#60A4F9

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

Shades of Cornflower Blue #60A4F9

Tints of Cornflower Blue #60A4F9

Color information

#60A4F9 (or 0x60A4F9) is unknown color: approx Cornflower Blue. HEX triplet: 60, A4 and F9. RGB value is (96,164,249). Sum of RGB (Red+Green+Blue) = 96+164+249=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #60A4F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A4F9 is #9F5B06. Grayscale: #989898. Windows color (decimal): -10443527 or 16360544. OLE color: 16360544.

HSL color Cylindrical-coordinate representation of color #60A4F9: hue angle of 213.33º degrees, saturation: 0.93, 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 #60A4F9 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96164249-
CMYK0.610.3400.02
HSL213.33º92.73%67.65%-
HSV(B)213.33º61.45%97.65%-
XYZ35.235.8894.69-
YUV153.36181.9787.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.86%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=18.86%
G=32.22%
B=48.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961642490.610.3400.02213.3392.7367.65
Hex60A4F93D2202d55d44
Octal140244371754202325135104
Binary110000010100100111110011111011000100101101010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A4F9; }

 p { color: rgb(96,164,249); }

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

<style>
 a { background-color: #60A4F9; }

 a { background-color: rgb(96,164,249); }

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

<style>
 span { border-color: #60A4F9; }

 span { border-color: rgb(96,164,249); }

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