Html Css Color HEX #60A1FF Cornflower Blue

📋 copy color: '#60A1FF'

red 96 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #60A1FF

Tints of Cornflower Blue #60A1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.45%

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

R = 18.75%
G = 31.45%
B = 49.8%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60A1FF (or 0x60A1FF) is known color: Cornflower Blue. HEX triplet: 60, A1 and FF. RGB value is (96,161,255). Sum of RGB (Red+Green+Blue) = 96+161+255=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #60A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A1FF is #9F5E00. Grayscale: #979797. Windows color (decimal): -10444289 or 16752992. OLE color: 16752992.

HSL color Cylindrical-coordinate representation of color #60A1FF: hue angle of 215.47º 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 #60A1FF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 161 255 -
CMYK 0.62 0.37 0 0
HSL 215.47º 1% 0.69% -
HSV(B) 215.47º 0.62% 1% -
XYZ 35.62 35.2 99.52 -
YUV 152.28 185.97 87.86 -
System Red Green Blue C M Y K H S L
Decimal 96 161 255 0.62 0.37 0 0 215.47 1 0.69
Hex 60 A1 FF 3E 25 0 0 D7 64 45
Octal 140 241 377 76 45 0 0 327 144 105
Binary 1100000 10100001 11111111 111110 100101 0 0 11010111 1100100 1000101

Color Harmonies of #60A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1FF

Black with #60A1FF

Text Example


Text Example

White with #60A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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