#696DA4

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

Shades of Chetwode Blue #696DA4

Tints of Chetwode Blue #696DA4

Color information

#696DA4 (or 0x696DA4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and A4. RGB value is (105,109,164). Sum of RGB (Red+Green+Blue) = 105+109+164=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #696DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DA4 is #96925B. Grayscale: #717171. Windows color (decimal): -9867868 or 10775913. OLE color: 10775913.

HSL color Cylindrical-coordinate representation of color #696DA4: hue angle of 235.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696DA4 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105109164-
CMYK0.360.3400.36
HSL235.93º24.48%52.75%-
HSV(B)235.93º35.98%64.31%-
XYZ1816.6237.38-
YUV114.07156.17121.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 164 (64.45% from 255) = 43.39%
R=27.78%
G=28.84%
B=43.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051091640.360.3400.36235.9324.4852.75
Hex696DA42422024ec1835
Octal15115524444420443543065
Binary110100111011011010010010010010001001001001110110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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