#66A6CB

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

Shades of Picton Blue #66A6CB

Tints of Picton Blue #66A6CB

Color information

#66A6CB (or 0x66A6CB) is unknown color: approx Picton Blue. HEX triplet: 66, A6 and CB. RGB value is (102,166,203). Sum of RGB (Red+Green+Blue) = 102+166+203=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #66A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6CB is #995934. Grayscale: #969696. Windows color (decimal): -10049845 or 13346406. OLE color: 13346406.

HSL color Cylindrical-coordinate representation of color #66A6CB: hue angle of 201.98º 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 #66A6CB is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102166203-
CMYK0.500.1800.20
HSL201.98º49.27%59.8%-
HSV(B)201.98º49.75%79.61%-
XYZ29.934.4161.57-
YUV151.08157.392.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=21.66%
G=35.24%
B=43.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021662030.500.1800.20201.9849.2759.8
Hex66A6CB3212014ca313c
Octal14624631362220243126174
Binary110011010100110110010111100101001001010011001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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