#696AB5

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

Shades of Chetwode Blue #696AB5

Tints of Chetwode Blue #696AB5

Color information

#696AB5 (or 0x696AB5) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and B5. RGB value is (105,106,181). Sum of RGB (Red+Green+Blue) = 105+106+181=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #696AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AB5 is #96954A. Grayscale: #717171. Windows color (decimal): -9868619 or 11889257. OLE color: 11889257.

HSL color Cylindrical-coordinate representation of color #696AB5: hue angle of 239.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696AB5 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105106181-
CMYK0.420.4100.29
HSL239.21º33.93%56.08%-
HSV(B)239.21º41.99%70.98%-
XYZ19.3216.6545.91-
YUV114.25165.67121.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=26.79%
G=27.04%
B=46.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051061810.420.4100.29239.2133.9356.08
Hex696AB52A2901Def2238
Octal15115226552510353574270
Binary110100111010101011010110101010100101110111101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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