Html Css Color HEX #697179 Raven

📋 copy color: '#697179'

red 105 ◦ green 113 ◦ blue 121

#697179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #697179

Tints of Raven #697179

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 value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#697179 (or 0x697179) is known color: 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

RGB 105 113 121 -
CMYK 0.13 0.07 0 0.53
HSL 210º 0.07% 0.44% -
HSV(B) 210º 0.13% 0.47% -
XYZ 15.18 16.19 20.41 -
YUV 111.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 105 113 121 0.13 0.07 0 0.53 210 0.07 0.44
Hex 69 71 79 D 7 0 35 D2 7 2C
Octal 151 161 171 15 7 0 65 322 7 54
Binary 1101001 1110001 1111001 1101 111 0 110101 11010010 111 101100

Color Harmonies of #697179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697179

Black with #697179

Text Example


Text Example

White with #697179

Text Example


Text Example

HTML Codes & Css Web 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>