Html Css Color HEX #66A0FF Cornflower Blue

📋 copy color: '#66A0FF'

red 102 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #66A0FF

Tints of Cornflower Blue #66A0FF

RGB

 RED value IS 102 (40.23% from 255) = 19.73%

 GREEN value IS 160 (62.89% from 255) = 30.95%

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

R = 19.73%
G = 30.95%
B = 49.32%

CMYK

 C value IS 0.6

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66A0FF (or 0x66A0FF) is known color: Cornflower Blue. HEX triplet: 66, A0 and FF. RGB value is (102,160,255). Sum of RGB (Red+Green+Blue) = 102+160+255=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #66A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A0FF is #995F00. Grayscale: #999999. Windows color (decimal): -10051329 or 16752742. OLE color: 16752742.

HSL color Cylindrical-coordinate representation of color #66A0FF: hue angle of 217.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A0FF is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 160 255 -
CMYK 0.6 0.37 0 0
HSL 217.25º 1% 0.7% -
HSV(B) 217.25º 0.6% 1% -
XYZ 36.1 35.19 99.5 -
YUV 153.49 185.28 91.28 -
System Red Green Blue C M Y K H S L
Decimal 102 160 255 0.6 0.37 0 0 217.25 1 0.7
Hex 66 A0 FF 3C 25 0 0 D9 64 46
Octal 146 240 377 74 45 0 0 331 144 106
Binary 1100110 10100000 11111111 111100 100101 0 0 11011001 1100100 1000110

Color Harmonies of #66A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A0FF

Black with #66A0FF

Text Example


Text Example

White with #66A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A0FF; }

 p { color: rgb(102,160,255); }

 H1.HeaderClassName
 {
   color: #66A0FF;
 }
 .AnyTagClassName
 {
   color: #66A0FF;
 }
</style>

background-color css

<style>
 a { background-color: #66A0FF; }

 a { background-color: rgb(102,160,255); }

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

border-color css

<style>
 span { border-color: #66A0FF; }

 span { border-color: rgb(102,160,255); }

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