#6666AF

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

Shades of Chetwode Blue #6666AF

Tints of Chetwode Blue #6666AF

Color information

#6666AF (or 0x6666AF) is unknown color: approx Chetwode Blue. HEX triplet: 66, 66 and AF. RGB value is (102,102,175). Sum of RGB (Red+Green+Blue) = 102+102+175=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6666AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AF is #999950. Grayscale: #6E6E6E. Windows color (decimal): -10066257 or 11495014. OLE color: 11495014.

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

Color convert

RGB102102175-
CMYK0.420.4200.31
HSL240º31.33%54.31%-
HSV(B)240º41.71%68.63%-
XYZ17.9715.4242.59-
YUV110.32164.5122.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=26.91%
G=26.91%
B=46.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021021750.420.4200.3124031.3354.31
Hex6666AF2A2A01Ff01f36
Octal14614625752520373603766
Binary11001101100110101011111010101010100111111111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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