Html Css Color HEX #60A2FE Cornflower Blue

📋 copy color: '#60A2FE'

red 96 ◦ green 162 ◦ blue 254

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

Shades of Cornflower Blue #60A2FE

Tints of Cornflower Blue #60A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.64%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 18.75%
G = 31.64%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60A2FE (or 0x60A2FE) is known color: Cornflower Blue. HEX triplet: 60, A2 and FE. RGB value is (96,162,254). Sum of RGB (Red+Green+Blue) = 96+162+254=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #60A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A2FE is #9F5D01. Grayscale: #989898. Windows color (decimal): -10444034 or 16687712. OLE color: 16687712.

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

Color convert

RGB 96 162 254 -
CMYK 0.62 0.36 0 0.00
HSL 214.94º 0.99% 0.69% -
HSV(B) 214.94º 0.62% 1% -
XYZ 35.63 35.48 98.74 -
YUV 152.75 185.13 87.52 -
System Red Green Blue C M Y K H S L
Decimal 96 162 254 0.62 0.36 0 0.00 214.94 0.99 0.69
Hex 60 A2 FE 3E 24 0 0 D7 63 45
Octal 140 242 376 76 44 0 0 327 143 105
Binary 1100000 10100010 11111110 111110 100100 0 0 11010111 1100011 1000101

Color Harmonies of #60A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A2FE

Black with #60A2FE

Text Example


Text Example

White with #60A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,162,254); }

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

background-color css

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

 a { background-color: rgb(96,162,254); }

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

border-color css

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

 span { border-color: rgb(96,162,254); }

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