#66a1ca

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

Shades of Picton Blue #66A1CA

Tints of Picton Blue #66A1CA

Color information

#66A1CA (or 0x66A1CA) is unknown color: approx Picton Blue. HEX triplet: 66, A1 and CA. RGB value is (102,161,202). Sum of RGB (Red+Green+Blue) = 102+161+202=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #66A1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1CA is #995E35. Grayscale: #939393. Windows color (decimal): -10051126 or 13279590. OLE color: 13279590.

HSL color Cylindrical-coordinate representation of color #66A1CA: hue angle of 204.6º 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 #66A1CA is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102161202-
CMYK0.500.2000.21
HSL204.6º48.54%59.61%-
HSV(B)204.6º49.5%79.22%-
XYZ28.8932.5860.64-
YUV148.03158.4595.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=21.94%
G=34.62%
B=43.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021612020.500.2000.21204.648.5459.61
Hex66A1CA3214015cd313c
Octal14624131262240253156174
Binary110011010100001110010101100101010001010111001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66a1ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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