#696BAB

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

Shades of Chetwode Blue #696BAB

Tints of Chetwode Blue #696BAB

Color information

#696BAB (or 0x696BAB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and AB. RGB value is (105,107,171). Sum of RGB (Red+Green+Blue) = 105+107+171=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #696BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAB is #969454. Grayscale: #717171. Windows color (decimal): -9868373 or 11234153. OLE color: 11234153.

HSL color Cylindrical-coordinate representation of color #696BAB: hue angle of 238.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696BAB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105107171-
CMYK0.390.3700.33
HSL238.18º28.21%54.12%-
HSV(B)238.18º38.6%67.06%-
XYZ18.4316.4640.73-
YUV113.7160.34121.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=27.42%
G=27.94%
B=44.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051071710.390.3700.33238.1828.2154.12
Hex696BAB2725021ee1c36
Octal15115325347450413563466
Binary110100111010111010101110011110010101000011110111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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