#696EAF

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

Shades of Chetwode Blue #696EAF

Tints of Chetwode Blue #696EAF

Color information

#696EAF (or 0x696EAF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and AF. RGB value is (105,110,175). Sum of RGB (Red+Green+Blue) = 105+110+175=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #696EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EAF is #969150. Grayscale: #737373. Windows color (decimal): -9867601 or 11497065. OLE color: 11497065.

HSL color Cylindrical-coordinate representation of color #696EAF: hue angle of 235.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696EAF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105110175-
CMYK0.400.3700.31
HSL235.71º30.43%54.9%-
HSV(B)235.71º40%68.63%-
XYZ19.1417.2542.88-
YUV115.92161.34120.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=26.92%
G=28.21%
B=44.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051101750.400.3700.31235.7130.4354.9
Hex696EAF282501Fec1e37
Octal15115625750450373543667
Binary11010011101110101011111010001001010111111110110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,110,175); }

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

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

 a { background-color: rgb(105,110,175); }

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

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

 span { border-color: rgb(105,110,175); }

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