Html Css Color HEX #60A6F0 Cornflower Blue

📋 copy color: '#60A6F0'

red 96 ◦ green 166 ◦ blue 240

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

Shades of Cornflower Blue #60A6F0

Tints of Cornflower Blue #60A6F0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 19.12%
G = 33.07%
B = 47.81%

CMYK

 C value IS 0.6

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60A6F0 (or 0x60A6F0) is known color: Cornflower Blue. HEX triplet: 60, A6 and F0. RGB value is (96,166,240). Sum of RGB (Red+Green+Blue) = 96+166+240=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #60A6F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A6F0 is #9F590F. Grayscale: #999999. Windows color (decimal): -10443024 or 15771232. OLE color: 15771232.

HSL color Cylindrical-coordinate representation of color #60A6F0: hue angle of 210.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60A6F0 is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 166 240 -
CMYK 0.6 0.31 0 0.06
HSL 210.83º 0.83% 0.66% -
HSV(B) 210.83º 0.6% 0.94% -
XYZ 34.19 36.05 87.59 -
YUV 153.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 96 166 240 0.6 0.31 0 0.06 210.83 0.83 0.66
Hex 60 A6 F0 3C 1F 0 6 D3 53 42
Octal 140 246 360 74 37 0 6 323 123 102
Binary 1100000 10100110 11110000 111100 11111 0 110 11010011 1010011 1000010

Color Harmonies of #60A6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A6F0

Black with #60A6F0

Text Example


Text Example

White with #60A6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,166,240); }

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

background-color css

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

 a { background-color: rgb(96,166,240); }

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

border-color css

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

 span { border-color: rgb(96,166,240); }

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