#696AAB

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

Shades of Chetwode Blue #696AAB

Tints of Chetwode Blue #696AAB

Color information

#696AAB (or 0x696AAB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and AB. RGB value is (105,106,171). Sum of RGB (Red+Green+Blue) = 105+106+171=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #696AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAB is #969554. Grayscale: #707070. Windows color (decimal): -9868629 or 11233897. OLE color: 11233897.

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

Color convert

RGB105106171-
CMYK0.390.3800.33
HSL239.09º28.21%54.12%-
HSV(B)239.09º38.6%67.06%-
XYZ18.3316.2540.7-
YUV113.11160.67122.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=27.49%
G=27.75%
B=44.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051061710.390.3800.33239.0928.2154.12
Hex696AAB2726021ef1c36
Octal15115225347460413573466
Binary110100111010101010101110011110011001000011110111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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