#696EAD

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

Shades of Chetwode Blue #696EAD

Tints of Chetwode Blue #696EAD

Color information

#696EAD (or 0x696EAD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and AD. RGB value is (105,110,173). Sum of RGB (Red+Green+Blue) = 105+110+173=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #696EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EAD is #969152. Grayscale: #737373. Windows color (decimal): -9867603 or 11365993. OLE color: 11365993.

HSL color Cylindrical-coordinate representation of color #696EAD: hue angle of 235.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696EAD is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105110173-
CMYK0.390.3600.32
HSL235.59º29.31%54.51%-
HSV(B)235.59º39.31%67.84%-
XYZ18.9417.1741.85-
YUV115.69160.34120.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=27.06%
G=28.35%
B=44.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051101730.390.3600.32235.5929.3154.51
Hex696EAD2724020ec1d37
Octal15115625547440403543567
Binary110100111011101010110110011110010001000001110110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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