#696AAD

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

Shades of Chetwode Blue #696AAD

Tints of Chetwode Blue #696AAD

Color information

#696AAD (or 0x696AAD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and AD. RGB value is (105,106,173). Sum of RGB (Red+Green+Blue) = 105+106+173=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #696AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAD is #969552. Grayscale: #717171. Windows color (decimal): -9868627 or 11364969. OLE color: 11364969.

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

Color convert

RGB105106173-
CMYK0.390.3900.32
HSL239.12º29.31%54.51%-
HSV(B)239.12º39.31%67.84%-
XYZ18.5216.3341.71-
YUV113.34161.67122.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=27.34%
G=27.60%
B=45.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051061730.390.3900.32239.1229.3154.51
Hex696AAD2727020ef1d37
Octal15115225547470403573567
Binary110100111010101010110110011110011101000001110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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