#66A3CC

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

Shades of Picton Blue #66A3CC

Tints of Picton Blue #66A3CC

Color information

#66A3CC (or 0x66A3CC) is unknown color: approx Picton Blue. HEX triplet: 66, A3 and CC. RGB value is (102,163,204). Sum of RGB (Red+Green+Blue) = 102+163+204=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A3CC is #995C33. Grayscale: #959595. Windows color (decimal): -10050612 or 13411174. OLE color: 13411174.

HSL color Cylindrical-coordinate representation of color #66A3CC: hue angle of 204.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A3CC is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102163204-
CMYK0.50.2000.2
HSL204.12º50%60%-
HSV(B)204.12º50%80%-
XYZ29.4833.3862.02-
YUV149.44158.7994.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=21.75%
G=34.75%
B=43.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021632040.50.2000.2204.125060
Hex66A3CC3214014cc323c
Octal14624331462240243146274
Binary110011010100011110011001100101010001010011001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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