#696DAC

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

Shades of Chetwode Blue #696DAC

Tints of Chetwode Blue #696DAC

Color information

#696DAC (or 0x696DAC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and AC. RGB value is (105,109,172). Sum of RGB (Red+Green+Blue) = 105+109+172=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #696DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DAC is #969253. Grayscale: #727272. Windows color (decimal): -9867860 or 11300201. OLE color: 11300201.

HSL color Cylindrical-coordinate representation of color #696DAC: hue angle of 236.42º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696DAC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105109172-
CMYK0.390.3700.33
HSL236.42º28.76%54.31%-
HSV(B)236.42º38.95%67.45%-
XYZ18.7416.9241.31-
YUV114.99160.17120.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=27.20%
G=28.24%
B=44.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051091720.390.3700.33236.4228.7654.31
Hex696DAC2725021ec1d36
Octal15115525447450413543566
Binary110100111011011010110010011110010101000011110110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,172); }

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

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

 a { background-color: rgb(105,109,172); }

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

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

 span { border-color: rgb(105,109,172); }

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