#66A0D7

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

Shades of Picton Blue #66A0D7

Tints of Picton Blue #66A0D7

Color information

#66A0D7 (or 0x66A0D7) is unknown color: approx Picton Blue. HEX triplet: 66, A0 and D7. RGB value is (102,160,215). Sum of RGB (Red+Green+Blue) = 102+160+215=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #66A0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A0D7 is #995F28. Grayscale: #949494. Windows color (decimal): -10051369 or 14131302. OLE color: 14131302.

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

Color convert

RGB102160215-
CMYK0.530.2600.16
HSL209.2º58.55%62.16%-
HSV(B)209.2º52.56%84.31%-
XYZ30.3232.8769.04-
YUV148.93165.2894.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=21.38%
G=33.54%
B=45.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021602150.530.2600.16209.258.5562.16
Hex66A0D7351A010d13b3e
Octal14624032765320203217376
Binary110011010100000110101111101011101001000011010001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,160,215); }

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

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

 a { background-color: rgb(102,160,215); }

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

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

 span { border-color: rgb(102,160,215); }

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