#66A2C9

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

Shades of Picton Blue #66A2C9

Tints of Picton Blue #66A2C9

Color information

#66A2C9 (or 0x66A2C9) is unknown color: approx Picton Blue. HEX triplet: 66, A2 and C9. RGB value is (102,162,201). Sum of RGB (Red+Green+Blue) = 102+162+201=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #66A2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2C9 is #995D36. Grayscale: #949494. Windows color (decimal): -10050871 or 13214310. OLE color: 13214310.

HSL color Cylindrical-coordinate representation of color #66A2C9: hue angle of 203.64º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66A2C9 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102162201-
CMYK0.490.1900.21
HSL203.64º47.83%59.41%-
HSV(B)203.64º49.25%78.82%-
XYZ28.9432.8860.08-
YUV148.51157.6294.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=21.94%
G=34.84%
B=43.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021622010.490.1900.21203.6447.8359.41
Hex66A2C93113015cc303b
Octal14624231161230253146073
Binary110011010100010110010011100011001101010111001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,162,201); }

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

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

 a { background-color: rgb(102,162,201); }

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

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

 span { border-color: rgb(102,162,201); }

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