#66a0ca

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

Shades of Picton Blue #66A0CA

Tints of Picton Blue #66A0CA

Color information

#66A0CA (or 0x66A0CA) is unknown color: approx Picton Blue. HEX triplet: 66, A0 and CA. RGB value is (102,160,202). Sum of RGB (Red+Green+Blue) = 102+160+202=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #66A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A0CA is #995F35. Grayscale: #939393. Windows color (decimal): -10051382 or 13279334. OLE color: 13279334.

HSL color Cylindrical-coordinate representation of color #66A0CA: hue angle of 205.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A0CA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102160202-
CMYK0.500.2100.21
HSL205.2º48.54%59.61%-
HSV(B)205.2º49.5%79.22%-
XYZ28.7132.2360.59-
YUV147.45158.7895.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=21.98%
G=34.48%
B=43.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021602020.500.2100.21205.248.5459.61
Hex66A0CA3215015cd313c
Octal14624031262250253156174
Binary110011010100000110010101100101010101010111001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66a0ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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