#6666AA

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

Shades of Chetwode Blue #6666AA

Tints of Chetwode Blue #6666AA

Color information

#6666AA (or 0x6666AA) is unknown color: approx Chetwode Blue. HEX triplet: 66, 66 and AA. RGB value is (102,102,170). Sum of RGB (Red+Green+Blue) = 102+102+170=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #6666AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AA is #999955. Grayscale: #6D6D6D. Windows color (decimal): -10066262 or 11167334. OLE color: 11167334.

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

Color convert

RGB102102170-
CMYK0.40.400.33
HSL240º28.57%53.33%-
HSV(B)240º40%66.67%-
XYZ17.4915.2340.05-
YUV109.75162122.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021021700.40.400.3324028.5753.33
Hex6666AA2828021f01d35
Octal14614625250500413603565
Binary110011011001101010101010100010100001000011111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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