#696BAD

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

Shades of Chetwode Blue #696BAD

Tints of Chetwode Blue #696BAD

Color information

#696BAD (or 0x696BAD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and AD. RGB value is (105,107,173). Sum of RGB (Red+Green+Blue) = 105+107+173=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #696BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAD is #969452. Grayscale: #717171. Windows color (decimal): -9868371 or 11365225. OLE color: 11365225.

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

Color convert

RGB105107173-
CMYK0.390.3800.32
HSL238.24º29.31%54.51%-
HSV(B)238.24º39.31%67.84%-
XYZ18.6316.5441.75-
YUV113.93161.34121.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=27.27%
G=27.79%
B=44.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051071730.390.3800.32238.2429.3154.51
Hex696BAD2726020ee1d37
Octal15115325547460403563567
Binary110100111010111010110110011110011001000001110111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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