#61A0FB

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

Shades of Cornflower Blue #61A0FB

Tints of Cornflower Blue #61A0FB

Color information

#61A0FB (or 0x61A0FB) is unknown color: approx Cornflower Blue. HEX triplet: 61, A0 and FB. RGB value is (97,160,251). Sum of RGB (Red+Green+Blue) = 97+160+251=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #61A0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A0FB is #9E5F04. Grayscale: #979797. Windows color (decimal): -10379013 or 16490593. OLE color: 16490593.

HSL color Cylindrical-coordinate representation of color #61A0FB: hue angle of 215.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A0FB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97160251-
CMYK0.610.3600.02
HSL215.45º95.06%68.24%-
HSV(B)215.45º61.35%98.43%-
XYZ34.9134.6596.11-
YUV151.54184.1389.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 251 (98.44% from 255) = 49.41%
R=19.09%
G=31.50%
B=49.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971602510.610.3600.02215.4595.0668.24
Hex61A0FB3D2402d75f44
Octal141240373754402327137104
Binary110000110100000111110111111011001000101101011110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,160,251); }

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

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

 a { background-color: rgb(97,160,251); }

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

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

 span { border-color: rgb(97,160,251); }

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