#696AAF

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

Shades of Chetwode Blue #696AAF

Tints of Chetwode Blue #696AAF

Color information

#696AAF (or 0x696AAF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and AF. RGB value is (105,106,175). Sum of RGB (Red+Green+Blue) = 105+106+175=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #696AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAF is #969550. Grayscale: #717171. Windows color (decimal): -9868625 or 11496041. OLE color: 11496041.

HSL color Cylindrical-coordinate representation of color #696AAF: hue angle of 239.14º 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 #696AAF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105106175-
CMYK0.400.3900.31
HSL239.14º30.43%54.9%-
HSV(B)239.14º40%68.63%-
XYZ18.7216.4142.74-
YUV113.57162.67121.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=27.20%
G=27.46%
B=45.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051061750.400.3900.31239.1430.4354.9
Hex696AAF282701Fef1e37
Octal15115225750470373573667
Binary11010011101010101011111010001001110111111110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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