Html Css Color HEX #60A3FE Cornflower Blue

📋 copy color: '#60A3FE'

red 96 ◦ green 163 ◦ blue 254

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

Shades of Cornflower Blue #60A3FE

Tints of Cornflower Blue #60A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.77%

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

R = 18.71%
G = 31.77%
B = 49.51%

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

#60A3FE (or 0x60A3FE) is known color: Cornflower Blue. HEX triplet: 60, A3 and FE. RGB value is (96,163,254). Sum of RGB (Red+Green+Blue) = 96+163+254=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #60A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A3FE is #9F5C01. Grayscale: #989898. Windows color (decimal): -10443778 or 16687968. OLE color: 16687968.

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

Color convert

RGB 96 163 254 -
CMYK 0.62 0.36 0 0.00
HSL 214.56º 0.99% 0.69% -
HSV(B) 214.56º 0.62% 1% -
XYZ 35.81 35.84 98.8 -
YUV 153.34 184.8 87.1 -
System Red Green Blue C M Y K H S L
Decimal 96 163 254 0.62 0.36 0 0.00 214.56 0.99 0.69
Hex 60 A3 FE 3E 24 0 0 D7 63 45
Octal 140 243 376 76 44 0 0 327 143 105
Binary 1100000 10100011 11111110 111110 100100 0 0 11010111 1100011 1000101

Color Harmonies of #60A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A3FE

Black with #60A3FE

Text Example


Text Example

White with #60A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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