#696D9B

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

Shades of Chetwode Blue #696D9B

Tints of Chetwode Blue #696D9B

Color information

#696D9B (or 0x696D9B) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and 9B. RGB value is (105,109,155). Sum of RGB (Red+Green+Blue) = 105+109+155=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #696D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D9B is #969264. Grayscale: #707070. Windows color (decimal): -9867877 or 10186089. OLE color: 10186089.

HSL color Cylindrical-coordinate representation of color #696D9B: hue angle of 235.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696D9B is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105109155-
CMYK0.320.3000.39
HSL235.2º20%50.98%-
HSV(B)235.2º32.26%60.78%-
XYZ17.2116.3133.25-
YUV113.05151.67122.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=28.46%
G=29.54%
B=42.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051091550.320.3000.39235.22050.98
Hex696D9B201E027eb1433
Octal15115523340360473532463
Binary11010011101101100110111000001111001001111110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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