#66A2D9

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

Shades of Picton Blue #66A2D9

Tints of Picton Blue #66A2D9

Color information

#66A2D9 (or 0x66A2D9) is unknown color: approx Picton Blue. HEX triplet: 66, A2 and D9. RGB value is (102,162,217). Sum of RGB (Red+Green+Blue) = 102+162+217=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #66A2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2D9 is #995D26. Grayscale: #969696. Windows color (decimal): -10050855 or 14262886. OLE color: 14262886.

HSL color Cylindrical-coordinate representation of color #66A2D9: hue angle of 208.7º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A2D9 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102162217-
CMYK0.530.2500.15
HSL208.7º60.21%62.55%-
HSV(B)208.7º53%85.1%-
XYZ30.9233.6870.52-
YUV150.33165.6293.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 217 (85.16% from 255) = 45.11%
R=21.21%
G=33.68%
B=45.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021622170.530.2500.15208.760.2162.55
Hex66A2D935190Fd13c3f
Octal14624233165310173217477
Binary11001101010001011011001110101110010111111010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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