#6675AA

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

Shades of Chetwode Blue #6675AA

Tints of Chetwode Blue #6675AA

Color information

#6675AA (or 0x6675AA) is unknown color: approx Chetwode Blue. HEX triplet: 66, 75 and AA. RGB value is (102,117,170). Sum of RGB (Red+Green+Blue) = 102+117+170=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #6675AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6675AA is #998A55. Grayscale: #767676. Windows color (decimal): -10062422 or 11171174. OLE color: 11171174.

HSL color Cylindrical-coordinate representation of color #6675AA: hue angle of 226.76º 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 #6675AA is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102117170-
CMYK0.40.3100.33
HSL226.76º28.57%53.33%-
HSV(B)226.76º40%66.67%-
XYZ19.118.4540.58-
YUV118.56157.03116.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=26.22%
G=30.08%
B=43.70%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021171700.40.3100.33226.7628.5753.33
Hex6675AA281F021e31d35
Octal14616525250370413433565
Binary11001101110101101010101010001111101000011110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6675AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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