Html Css Color HEX #697279 Raven

📋 copy color: '#697279'

red 105 ◦ green 114 ◦ blue 121

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

Shades of Raven #697279

Tints of Raven #697279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 30.88%
G = 33.53%
B = 35.59%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#697279 (or 0x697279) is known color: Raven. HEX triplet: 69, 72 and 79. RGB value is (105,114,121). Sum of RGB (Red+Green+Blue) = 105+114+121=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 121 - color contains mainly: blue. Hex color #697279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697279 is #968D86. Grayscale: #707070. Windows color (decimal): -9866631 or 7959145. OLE color: 7959145.

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

Color convert

RGB 105 114 121 -
CMYK 0.13 0.06 0 0.53
HSL 206.25º 0.07% 0.44% -
HSV(B) 206.25º 0.13% 0.47% -
XYZ 15.29 16.42 20.45 -
YUV 112.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 105 114 121 0.13 0.06 0 0.53 206.25 0.07 0.44
Hex 69 72 79 D 6 0 35 CE 7 2C
Octal 151 162 171 15 6 0 65 316 7 54
Binary 1101001 1110010 1111001 1101 110 0 110101 11001110 111 101100

Color Harmonies of #697279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697279

Black with #697279

Text Example


Text Example

White with #697279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697279; }

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

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

background-color css

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

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

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

border-color css

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

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

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