#66A2D6

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

Shades of Picton Blue #66A2D6

Tints of Picton Blue #66A2D6

Color information

#66A2D6 (or 0x66A2D6) is unknown color: approx Picton Blue. HEX triplet: 66, A2 and D6. RGB value is (102,162,214). Sum of RGB (Red+Green+Blue) = 102+162+214=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #66A2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2D6 is #995D29. Grayscale: #959595. Windows color (decimal): -10050858 or 14066278. OLE color: 14066278.

HSL color Cylindrical-coordinate representation of color #66A2D6: hue angle of 207.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66A2D6 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102162214-
CMYK0.520.2400.16
HSL207.86º57.73%61.96%-
HSV(B)207.86º52.34%83.92%-
XYZ30.5433.5268.48-
YUV149.99164.1293.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 214 (83.98% from 255) = 44.77%
R=21.34%
G=33.89%
B=44.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021622140.520.2400.16207.8657.7361.96
Hex66A2D63418010d03a3e
Octal14624232664300203207276
Binary110011010100010110101101101001100001000011010000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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