#66A0CB

Color #66A0CB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #66A0CB

Tints of Picton Blue #66A0CB

Color information

#66A0CB (or 0x66A0CB) is unknown color: approx Picton Blue. HEX triplet: 66, A0 and CB. RGB value is (102,160,203). Sum of RGB (Red+Green+Blue) = 102+160+203=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #66A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A0CB is #995F34. Grayscale: #939393. Windows color (decimal): -10051381 or 13344870. OLE color: 13344870.

HSL color Cylindrical-coordinate representation of color #66A0CB: hue angle of 205.54º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A0CB is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102160203-
CMYK0.500.2100.20
HSL205.54º49.27%59.8%-
HSV(B)205.54º49.75%79.61%-
XYZ28.8332.2861.21-
YUV147.56159.2895.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=21.94%
G=34.41%
B=43.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021602030.500.2100.20205.5449.2759.8
Hex66A0CB3215014ce313c
Octal14624031362250243166174
Binary110011010100000110010111100101010101010011001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66A0CB;
 }
 .AnyTagClassName
 {
   color: #66A0CB;
 }
</style>
background-color css

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

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

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

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

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

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