Html Css Color HEX #697079 Raven

📋 copy color: '#697079'

red 105 ◦ green 112 ◦ blue 121

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

Shades of Raven #697079

Tints of Raven #697079

RGB

 RED value IS 105 (41.41% from 255) = 31.07%

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 31.07%
G = 33.14%
B = 35.8%

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

#697079 (or 0x697079) is known color: Raven. HEX triplet: 69, 70 and 79. RGB value is (105,112,121). Sum of RGB (Red+Green+Blue) = 105+112+121=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 121 - color contains mainly: blue. Hex color #697079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697079 is #968F86. Grayscale: #6E6E6E. Windows color (decimal): -9867143 or 7958633. OLE color: 7958633.

HSL color Cylindrical-coordinate representation of color #697079: hue angle of 213.75º 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 #697079 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 112 121 -
CMYK 0.13 0.07 0 0.53
HSL 213.75º 0.07% 0.44% -
HSV(B) 213.75º 0.13% 0.47% -
XYZ 15.07 15.97 20.38 -
YUV 110.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 105 112 121 0.13 0.07 0 0.53 213.75 0.07 0.44
Hex 69 70 79 D 7 0 35 D6 7 2C
Octal 151 160 171 15 7 0 65 326 7 54
Binary 1101001 1110000 1111001 1101 111 0 110101 11010110 111 101100

Color Harmonies of #697079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697079

Black with #697079

Text Example


Text Example

White with #697079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697079; }

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

 H1.HeaderClassName
 {
   color: #697079;
 }
 .AnyTagClassName
 {
   color: #697079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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