#696D99

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

Shades of Chetwode Blue #696D99

Tints of Chetwode Blue #696D99

Color information

#696D99 (or 0x696D99) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and 99. RGB value is (105,109,153). Sum of RGB (Red+Green+Blue) = 105+109+153=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #696D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D99 is #969266. Grayscale: #707070. Windows color (decimal): -9867879 or 10055017. OLE color: 10055017.

HSL color Cylindrical-coordinate representation of color #696D99: hue angle of 235º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696D99 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105109153-
CMYK0.310.2900.4
HSL235º19.05%50.59%-
HSV(B)235º31.37%60%-
XYZ17.0416.2432.37-
YUV112.82150.67122.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=28.61%
G=29.70%
B=41.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051091530.310.2900.423519.0550.59
Hex696D991F1D028eb1333
Octal15115523137350503532363
Binary1101001110110110011001111111110101010001110101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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