#66A0DA

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

Shades of Picton Blue #66A0DA

Tints of Picton Blue #66A0DA

Color information

#66A0DA (or 0x66A0DA) is unknown color: approx Picton Blue. HEX triplet: 66, A0 and DA. RGB value is (102,160,218). Sum of RGB (Red+Green+Blue) = 102+160+218=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #66A0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A0DA is #995F25. Grayscale: #949494. Windows color (decimal): -10051366 or 14327910. OLE color: 14327910.

HSL color Cylindrical-coordinate representation of color #66A0DA: hue angle of 210º degrees, saturation: 0.61, 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 #66A0DA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102160218-
CMYK0.530.2700.15
HSL210º61.05%62.75%-
HSV(B)210º53.21%85.49%-
XYZ30.7133.0371.09-
YUV149.27166.7894.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.25%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=21.25%
G=33.33%
B=45.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021602180.530.2700.1521061.0562.75
Hex66A0DA351B0Fd23d3f
Octal14624033265330173227577
Binary11001101010000011011010110101110110111111010010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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