#696EAE

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

Shades of Chetwode Blue #696EAE

Tints of Chetwode Blue #696EAE

Color information

#696EAE (or 0x696EAE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and AE. RGB value is (105,110,174). Sum of RGB (Red+Green+Blue) = 105+110+174=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #696EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EAE is #969151. Grayscale: #737373. Windows color (decimal): -9867602 or 11431529. OLE color: 11431529.

HSL color Cylindrical-coordinate representation of color #696EAE: hue angle of 235.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696EAE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105110174-
CMYK0.400.3700.32
HSL235.65º29.87%54.71%-
HSV(B)235.65º39.66%68.24%-
XYZ19.0417.2142.36-
YUV115.8160.84120.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=26.99%
G=28.28%
B=44.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051101740.400.3700.32235.6529.8754.71
Hex696EAE2825020ec1e37
Octal15115625650450403543667
Binary110100111011101010111010100010010101000001110110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696EAE; }

 p { color: rgb(105,110,174); }

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

<style>
 a { background-color: #696EAE; }

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

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

<style>
 span { border-color: #696EAE; }

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

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