#66A2CC

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

Shades of Picton Blue #66A2CC

Tints of Picton Blue #66A2CC

Color information

#66A2CC (or 0x66A2CC) is unknown color: approx Picton Blue. HEX triplet: 66, A2 and CC. RGB value is (102,162,204). Sum of RGB (Red+Green+Blue) = 102+162+204=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2CC is #995D33. Grayscale: #949494. Windows color (decimal): -10050868 or 13410918. OLE color: 13410918.

HSL color Cylindrical-coordinate representation of color #66A2CC: hue angle of 204.71º degrees, saturation: 0.5, 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 #66A2CC is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102162204-
CMYK0.50.2100.2
HSL204.71º50%60%-
HSV(B)204.71º50%80%-
XYZ29.333.0361.96-
YUV148.85159.1294.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.79%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=21.79%
G=34.62%
B=43.59%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021622040.50.2100.2204.715060
Hex66A2CC3215014cd323c
Octal14624231462250243156274
Binary110011010100010110011001100101010101010011001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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