#6666AC

Color #6666AC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6666AC

Tints of Chetwode Blue #6666AC

Color information

#6666AC (or 0x6666AC) is unknown color: approx Chetwode Blue. HEX triplet: 66, 66 and AC. RGB value is (102,102,172). Sum of RGB (Red+Green+Blue) = 102+102+172=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #6666AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AC is #999953. Grayscale: #6D6D6D. Windows color (decimal): -10066260 or 11298406. OLE color: 11298406.

HSL color Cylindrical-coordinate representation of color #6666AC: hue angle of 240º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6666AC is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102102172-
CMYK0.410.4100.33
HSL240º29.66%53.73%-
HSV(B)240º40.7%67.45%-
XYZ17.6815.3141.05-
YUV109.98163122.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=27.13%
G=27.13%
B=45.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021021720.410.4100.3324029.6653.73
Hex6666AC2929021f01e36
Octal14614625451510413603666
Binary110011011001101010110010100110100101000011111000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6666AC; }

 p { color: rgb(102,102,172); }

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

<style>
 a { background-color: #6666AC; }

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

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

<style>
 span { border-color: #6666AC; }

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

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