Html Css Color HEX #696D79 Raven

📋 copy color: '#696D79'

red 105 ◦ green 109 ◦ blue 121

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

Shades of Raven #696D79

Tints of Raven #696D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 31.34%
G = 32.54%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696D79 (or 0x696D79) is known color: Raven. HEX triplet: 69, 6D and 79. RGB value is (105,109,121). Sum of RGB (Red+Green+Blue) = 105+109+121=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #696D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D79 is #969286. Grayscale: #6D6D6D. Windows color (decimal): -9867911 or 7957865. OLE color: 7957865.

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

Color convert

RGB 105 109 121 -
CMYK 0.13 0.10 0 0.53
HSL 225º 0.07% 0.44% -
HSV(B) 225º 0.13% 0.47% -
XYZ 14.75 15.32 20.27 -
YUV 109.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 105 109 121 0.13 0.10 0 0.53 225 0.07 0.44
Hex 69 6D 79 D A 0 35 E1 7 2C
Octal 151 155 171 15 12 0 65 341 7 54
Binary 1101001 1101101 1111001 1101 1010 0 110101 11100001 111 101100

Color Harmonies of #696D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D79

Black with #696D79

Text Example


Text Example

White with #696D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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