#6666AE

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

Shades of Chetwode Blue #6666AE

Tints of Chetwode Blue #6666AE

Color information

#6666AE (or 0x6666AE) is unknown color: approx Chetwode Blue. HEX triplet: 66, 66 and AE. RGB value is (102,102,174). Sum of RGB (Red+Green+Blue) = 102+102+174=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #6666AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AE is #999951. Grayscale: #6D6D6D. Windows color (decimal): -10066258 or 11429478. OLE color: 11429478.

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

Color convert

RGB102102174-
CMYK0.410.4100.32
HSL240º30.77%54.12%-
HSV(B)240º41.38%68.24%-
XYZ17.8715.3842.07-
YUV110.21164122.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=26.98%
G=26.98%
B=46.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021021740.410.4100.3224030.7754.12
Hex6666AE2929020f01f36
Octal14614625651510403603766
Binary110011011001101010111010100110100101000001111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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