#696A6D

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

Shades of Raven #696A6D

Tints of Raven #696A6D

Color information

#696A6D (or 0x696A6D) is unknown color: approx Raven. HEX triplet: 69, 6A and 6D. RGB value is (105,106,109). Sum of RGB (Red+Green+Blue) = 105+106+109=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 109 - color contains mainly: blue. Hex color #696A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A6D is #969592. Grayscale: #6A6A6A. Windows color (decimal): -9868691 or 7170665. OLE color: 7170665.

HSL color Cylindrical-coordinate representation of color #696A6D: hue angle of 225º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #696A6D is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB105106109-
CMYK0.040.0300.57
HSL225º1.87%41.96%-
HSV(B)225º3.67%42.75%-
XYZ13.7414.4216.53-
YUV106.04129.67127.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=32.81%
G=33.12%
B=34.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1051061090.040.0300.572251.8741.96
Hex696A6D43039e122a
Octal15115215543071341252
Binary1101001110101011011011001101110011110000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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