#66A3CA

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

Shades of Picton Blue #66A3CA

Tints of Picton Blue #66A3CA

Color information

#66A3CA (or 0x66A3CA) is unknown color: approx Picton Blue. HEX triplet: 66, A3 and CA. RGB value is (102,163,202). Sum of RGB (Red+Green+Blue) = 102+163+202=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #66A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A3CA is #995C35. Grayscale: #949494. Windows color (decimal): -10050614 or 13280102. OLE color: 13280102.

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

Color convert

RGB102163202-
CMYK0.500.1900.21
HSL203.4º48.54%59.61%-
HSV(B)203.4º49.5%79.22%-
XYZ29.2433.2860.76-
YUV149.21157.7994.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.84%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=21.84%
G=34.90%
B=43.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021632020.500.1900.21203.448.5459.61
Hex66A3CA3213015cb313c
Octal14624331262230253136174
Binary110011010100011110010101100101001101010111001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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