#66A8CC

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

Shades of Picton Blue #66A8CC

Tints of Picton Blue #66A8CC

Color information

#66A8CC (or 0x66A8CC) is unknown color: approx Picton Blue. HEX triplet: 66, A8 and CC. RGB value is (102,168,204). Sum of RGB (Red+Green+Blue) = 102+168+204=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8CC is #995733. Grayscale: #989898. Windows color (decimal): -10049332 or 13412454. OLE color: 13412454.

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

Color convert

RGB102168204-
CMYK0.50.1800.2
HSL201.18º50%60%-
HSV(B)201.18º50%80%-
XYZ30.3835.1962.32-
YUV152.37157.1392.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.52%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=21.52%
G=35.44%
B=43.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021682040.50.1800.2201.185060
Hex66A8CC3212014c9323c
Octal14625031462220243116274
Binary110011010101000110011001100101001001010011001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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