#66A6DC

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

Shades of Picton Blue #66A6DC

Tints of Picton Blue #66A6DC

Color information

#66A6DC (or 0x66A6DC) is unknown color: approx Picton Blue. HEX triplet: 66, A6 and DC. RGB value is (102,166,220). Sum of RGB (Red+Green+Blue) = 102+166+220=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #66A6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6DC is #995923. Grayscale: #989898. Windows color (decimal): -10049828 or 14460518. OLE color: 14460518.

HSL color Cylindrical-coordinate representation of color #66A6DC: hue angle of 207.46º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A6DC is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102166220-
CMYK0.540.2500.14
HSL207.46º62.77%63.14%-
HSV(B)207.46º53.64%86.27%-
XYZ32.0335.2672.83-
YUV153.02165.891.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.90%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=20.90%
G=34.02%
B=45.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1021662200.540.2500.14207.4662.7763.14
Hex66A6DC36190Ecf3f3f
Octal14624633466310163177777
Binary11001101010011011011100110110110010111011001111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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