#61a6f0

Color #61A6F0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #61A6F0

Tints of Cornflower Blue #61A6F0

Color information

#61A6F0 (or 0x61A6F0) is unknown color: approx Cornflower Blue. HEX triplet: 61, A6 and F0. RGB value is (97,166,240). Sum of RGB (Red+Green+Blue) = 97+166+240=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #61A6F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A6F0 is #9E590F. Grayscale: #999999. Windows color (decimal): -10377488 or 15771233. OLE color: 15771233.

HSL color Cylindrical-coordinate representation of color #61A6F0: hue angle of 211.05º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61A6F0 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97166240-
CMYK0.600.3100.06
HSL211.05º82.66%66.08%-
HSV(B)211.05º59.58%94.12%-
XYZ34.2936.1187.6-
YUV153.8176.6487.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 19.28%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=19.28%
G=33.00%
B=47.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal971662400.600.3100.06211.0582.6666.08
Hex61A6F03C1F06d35342
Octal141246360743706323123102
Binary110000110100110111100001111001111101101101001110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61a6f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61a6f0; }

 p { color: rgb(97,166,240); }

 H1.HeaderClassName
 {
   color: #61a6f0;
 }
 .AnyTagClassName
 {
   color: #61a6f0;
 }
</style>
background-color css

<style>
 a { background-color: #61a6f0; }

 a { background-color: rgb(97,166,240); }

 div.DivClassName
 {
   background-color: #61a6f0;
 }
 .BgClassName
 {
   background-color: #61a6f0;
 }
</style>
border-color css

<style>
 span { border-color: #61a6f0; }

 span { border-color: rgb(97,166,240); }

 td.TdClassName
 {
   border-color: #61a6f0;
 }
 .TagClassName
 {
   border-color: #61a6f0;
 }
</style>