#697179

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

Shades of Raven #697179

Tints of Raven #697179

Color information

#697179 (or 0x697179) is unknown color: approx Raven. HEX triplet: 69, 71 and 79. RGB value is (105,113,121). Sum of RGB (Red+Green+Blue) = 105+113+121=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #697179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697179 is #968E86. Grayscale: #6F6F6F. Windows color (decimal): -9866887 or 7958889. OLE color: 7958889.

HSL color Cylindrical-coordinate representation of color #697179: hue angle of 210º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697179 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105113121-
CMYK0.130.0700.53
HSL210º7.08%44.31%-
HSV(B)210º13.22%47.45%-
XYZ15.1816.1920.41-
YUV111.52133.35123.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=30.97%
G=33.33%
B=35.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051131210.130.0700.532107.0844.31
Hex697179D7035d272c
Octal151161171157065322754
Binary1101001111000111110011101111011010111010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697179; }

 p { color: rgb(105,113,121); }

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

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

 a { background-color: rgb(105,113,121); }

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

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

 span { border-color: rgb(105,113,121); }

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