#66A6C6

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

Shades of Picton Blue #66A6C6

Tints of Picton Blue #66A6C6

Color information

#66A6C6 (or 0x66A6C6) is unknown color: approx Picton Blue. HEX triplet: 66, A6 and C6. RGB value is (102,166,198). Sum of RGB (Red+Green+Blue) = 102+166+198=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #66A6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6C6 is #995939. Grayscale: #969696. Windows color (decimal): -10049850 or 13018726. OLE color: 13018726.

HSL color Cylindrical-coordinate representation of color #66A6C6: hue angle of 200º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66A6C6 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102166198-
CMYK0.480.1600.22
HSL200º45.71%58.82%-
HSV(B)200º48.48%77.65%-
XYZ29.3134.1758.48-
YUV150.51154.893.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.89%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=21.89%
G=35.62%
B=42.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021661980.480.1600.2220045.7158.82
Hex66A6C63010016c82e3b
Octal14624630660200263105673
Binary110011010100110110001101100001000001011011001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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