#696BAA

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

Shades of Chetwode Blue #696BAA

Tints of Chetwode Blue #696BAA

Color information

#696BAA (or 0x696BAA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and AA. RGB value is (105,107,170). Sum of RGB (Red+Green+Blue) = 105+107+170=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #696BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAA is #969455. Grayscale: #717171. Windows color (decimal): -9868374 or 11168617. OLE color: 11168617.

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

Color convert

RGB105107170-
CMYK0.380.3700.33
HSL238.15º27.66%53.92%-
HSV(B)238.15º38.24%66.67%-
XYZ18.3416.4240.23-
YUV113.58159.84121.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=27.49%
G=28.01%
B=44.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051071700.380.3700.33238.1527.6653.92
Hex696BAA2625021ee1c36
Octal15115325246450413563466
Binary110100111010111010101010011010010101000011110111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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