Html Css Color HEX #60A9FF Cornflower Blue

📋 copy color: '#60A9FF'

red 96 ◦ green 169 ◦ blue 255

#60A9FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #60A9FF

Tints of Cornflower Blue #60A9FF

RGB

 RED value IS 96 (37.89% from 255) = 18.46%

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 18.46%
G = 32.5%
B = 49.04%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60A9FF (or 0x60A9FF) is known color: Cornflower Blue. HEX triplet: 60, A9 and FF. RGB value is (96,169,255). Sum of RGB (Red+Green+Blue) = 96+169+255=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #60A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A9FF is #9F5600. Grayscale: #9C9C9C. Windows color (decimal): -10442241 or 16755040. OLE color: 16755040.

HSL color Cylindrical-coordinate representation of color #60A9FF: hue angle of 212.45º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A9FF is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 169 255 -
CMYK 0.62 0.34 0 0
HSL 212.45º 1% 0.69% -
HSV(B) 212.45º 0.62% 1% -
XYZ 37.06 38.08 100.01 -
YUV 156.98 183.32 84.51 -
System Red Green Blue C M Y K H S L
Decimal 96 169 255 0.62 0.34 0 0 212.45 1 0.69
Hex 60 A9 FF 3E 22 0 0 D4 64 45
Octal 140 251 377 76 42 0 0 324 144 105
Binary 1100000 10101001 11111111 111110 100010 0 0 11010100 1100100 1000101

Color Harmonies of #60A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A9FF

Black with #60A9FF

Text Example


Text Example

White with #60A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,169,255); }

 H1.HeaderClassName
 {
   color: #60A9FF;
 }
 .AnyTagClassName
 {
   color: #60A9FF;
 }
</style>

background-color css

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

 a { background-color: rgb(96,169,255); }

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

border-color css

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

 span { border-color: rgb(96,169,255); }

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