#696D9F

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

Shades of Chetwode Blue #696D9F

Tints of Chetwode Blue #696D9F

Color information

#696D9F (or 0x696D9F) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and 9F. RGB value is (105,109,159). Sum of RGB (Red+Green+Blue) = 105+109+159=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #696D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D9F is #969260. Grayscale: #717171. Windows color (decimal): -9867873 or 10448233. OLE color: 10448233.

HSL color Cylindrical-coordinate representation of color #696D9F: hue angle of 235.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696D9F is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105109159-
CMYK0.340.3100.38
HSL235.56º21.95%51.76%-
HSV(B)235.56º33.96%62.35%-
XYZ17.5516.4435.05-
YUV113.5153.67121.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=28.15%
G=29.22%
B=42.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051091590.340.3100.38235.5621.9551.76
Hex696D9F221F026ec1634
Octal15115523742370463542664
Binary11010011101101100111111000101111101001101110110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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