#696FAD

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

Shades of Chetwode Blue #696FAD

Tints of Chetwode Blue #696FAD

Color information

#696FAD (or 0x696FAD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and AD. RGB value is (105,111,173). Sum of RGB (Red+Green+Blue) = 105+111+173=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #696FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAD is #969052. Grayscale: #747474. Windows color (decimal): -9867347 or 11366249. OLE color: 11366249.

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

Color convert

RGB105111173-
CMYK0.390.3600.32
HSL234.71º29.31%54.51%-
HSV(B)234.71º39.31%67.84%-
XYZ19.0517.3941.89-
YUV116.27160.01119.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=26.99%
G=28.53%
B=44.47%

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
Decimal1051111730.390.3600.32234.7129.3154.51
Hex696FAD2724020eb1d37
Octal15115725547440403533567
Binary110100111011111010110110011110010001000001110101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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