#696AAA

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

Shades of Chetwode Blue #696AAA

Tints of Chetwode Blue #696AAA

Color information

#696AAA (or 0x696AAA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and AA. RGB value is (105,106,170). Sum of RGB (Red+Green+Blue) = 105+106+170=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #696AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAA is #969555. Grayscale: #707070. Windows color (decimal): -9868630 or 11168361. OLE color: 11168361.

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

Color convert

RGB105106170-
CMYK0.380.3800.33
HSL239.08º27.66%53.92%-
HSV(B)239.08º38.24%66.67%-
XYZ18.2416.2140.2-
YUV113160.17122.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=27.56%
G=27.82%
B=44.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051061700.380.3800.33239.0827.6653.92
Hex696AAA2626021ef1c36
Octal15115225246460413573466
Binary110100111010101010101010011010011001000011110111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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