#696AB3

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

Shades of Chetwode Blue #696AB3

Tints of Chetwode Blue #696AB3

Color information

#696AB3 (or 0x696AB3) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and B3. RGB value is (105,106,179). Sum of RGB (Red+Green+Blue) = 105+106+179=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #696AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AB3 is #96954C. Grayscale: #717171. Windows color (decimal): -9868621 or 11758185. OLE color: 11758185.

HSL color Cylindrical-coordinate representation of color #696AB3: hue angle of 239.19º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696AB3 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB105106179-
CMYK0.410.4100.30
HSL239.19º32.74%55.69%-
HSV(B)239.19º41.34%70.2%-
XYZ19.1216.5744.84-
YUV114.02164.67121.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 179 (70.31% from 255) = 45.90%
R=26.92%
G=27.18%
B=45.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051061790.410.4100.30239.1932.7455.69
Hex696AB3292901Eef2138
Octal15115226351510363574170
Binary110100111010101011001110100110100101111011101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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