Html Css Color HEX #6F7176 Raven

📋 copy color: '#6F7176'

red 111 ◦ green 113 ◦ blue 118

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

Shades of Raven #6F7176

Tints of Raven #6F7176

RGB

 RED value IS 111 (43.75% from 255) = 32.46%

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 32.46%
G = 33.04%
B = 34.5%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F7176 (or 0x6F7176) is known color: Raven. HEX triplet: 6F, 71 and 76. RGB value is (111,113,118). Sum of RGB (Red+Green+Blue) = 111+113+118=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7176 is #908E89. Grayscale: #707070. Windows color (decimal): -9473674 or 7762287. OLE color: 7762287.

HSL color Cylindrical-coordinate representation of color #6F7176: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F7176 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 113 118 -
CMYK 0.06 0.04 0 0.54
HSL 222.86º 0.03% 0.45% -
HSV(B) 222.86º 0.06% 0.46% -
XYZ 15.73 16.5 19.49 -
YUV 112.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 111 113 118 0.06 0.04 0 0.54 222.86 0.03 0.45
Hex 6F 71 76 6 4 0 36 DF 3 2D
Octal 157 161 166 6 4 0 66 337 3 55
Binary 1101111 1110001 1110110 110 100 0 110110 11011111 11 101101

Color Harmonies of #6F7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7176

Black with #6F7176

Text Example


Text Example

White with #6F7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7176; }

 p { color: rgb(111,113,118); }

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

background-color css

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

 a { background-color: rgb(111,113,118); }

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

border-color css

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

 span { border-color: rgb(111,113,118); }

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