#66A4C7

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

Shades of Picton Blue #66A4C7

Tints of Picton Blue #66A4C7

Color information

#66A4C7 (or 0x66A4C7) is unknown color: approx Picton Blue. HEX triplet: 66, A4 and C7. RGB value is (102,164,199). Sum of RGB (Red+Green+Blue) = 102+164+199=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #66A4C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4C7 is #995B38. Grayscale: #959595. Windows color (decimal): -10050361 or 13083750. OLE color: 13083750.

HSL color Cylindrical-coordinate representation of color #66A4C7: hue angle of 201.65º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66A4C7 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102164199-
CMYK0.490.1800.22
HSL201.65º46.41%59.02%-
HSV(B)201.65º48.74%78.04%-
XYZ29.0633.558.97-
YUV149.45155.9694.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=21.94%
G=35.27%
B=42.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021641990.490.1800.22201.6546.4159.02
Hex66A4C73112016ca2e3b
Octal14624430761220263125673
Binary110011010100100110001111100011001001011011001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,199); }

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

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

 a { background-color: rgb(102,164,199); }

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

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

 span { border-color: rgb(102,164,199); }

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