#66A4CA

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

Shades of Picton Blue #66A4CA

Tints of Picton Blue #66A4CA

Color information

#66A4CA (or 0x66A4CA) is unknown color: approx Picton Blue. HEX triplet: 66, A4 and CA. RGB value is (102,164,202). Sum of RGB (Red+Green+Blue) = 102+164+202=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #66A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4CA is #995B35. Grayscale: #959595. Windows color (decimal): -10050358 or 13280358. OLE color: 13280358.

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

Color convert

RGB102164202-
CMYK0.500.1900.21
HSL202.8º48.54%59.61%-
HSV(B)202.8º49.5%79.22%-
XYZ29.4233.6460.82-
YUV149.79157.4693.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.79%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=21.79%
G=35.04%
B=43.16%

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
Decimal1021642020.500.1900.21202.848.5459.61
Hex66A4CA3213015cb313c
Octal14624431262230253136174
Binary110011010100100110010101100101001101010111001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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