#66A7DC

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

Shades of Picton Blue #66A7DC

Tints of Picton Blue #66A7DC

Color information

#66A7DC (or 0x66A7DC) is unknown color: approx Picton Blue. HEX triplet: 66, A7 and DC. RGB value is (102,167,220). Sum of RGB (Red+Green+Blue) = 102+167+220=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #66A7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A7DC is #995823. Grayscale: #999999. Windows color (decimal): -10049572 or 14460774. OLE color: 14460774.

HSL color Cylindrical-coordinate representation of color #66A7DC: hue angle of 206.95º 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 #66A7DC is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102167220-
CMYK0.540.2400.14
HSL206.95º62.77%63.14%-
HSV(B)206.95º53.64%86.27%-
XYZ32.2235.6372.89-
YUV153.61165.4791.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=20.86%
G=34.15%
B=44.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1021672200.540.2400.14206.9562.7763.14
Hex66A7DC36180Ecf3f3f
Octal14624733466300163177777
Binary11001101010011111011100110110110000111011001111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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