#6670AE

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

Shades of Chetwode Blue #6670AE

Tints of Chetwode Blue #6670AE

Color information

#6670AE (or 0x6670AE) is unknown color: approx Chetwode Blue. HEX triplet: 66, 70 and AE. RGB value is (102,112,174). Sum of RGB (Red+Green+Blue) = 102+112+174=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #6670AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670AE is #998F51. Grayscale: #737373. Windows color (decimal): -10063698 or 11432038. OLE color: 11432038.

HSL color Cylindrical-coordinate representation of color #6670AE: hue angle of 231.67º 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 #6670AE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102112174-
CMYK0.410.3600.32
HSL231.67º30.77%54.12%-
HSV(B)231.67º41.38%68.24%-
XYZ18.9117.4742.42-
YUV116.08160.69117.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=26.29%
G=28.87%
B=44.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021121740.410.3600.32231.6730.7754.12
Hex6670AE2924020e81f36
Octal14616025651440403503766
Binary110011011100001010111010100110010001000001110100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6670AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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