Html Css Color HEX #6B6F76 Raven

📋 copy color: '#6B6F76'

red 107 ◦ green 111 ◦ blue 118

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

Shades of Raven #6B6F76

Tints of Raven #6B6F76

RGB

 RED value IS 107 (42.19% from 255) = 31.85%

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 31.85%
G = 33.04%
B = 35.12%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B6F76 (or 0x6B6F76) is known color: Raven. HEX triplet: 6B, 6F and 76. RGB value is (107,111,118). Sum of RGB (Red+Green+Blue) = 107+111+118=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F76 is #949089. Grayscale: #6E6E6E. Windows color (decimal): -9736330 or 7761771. OLE color: 7761771.

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

Color convert

RGB 107 111 118 -
CMYK 0.09 0.06 0 0.54
HSL 218.18º 0.05% 0.44% -
HSV(B) 218.18º 0.09% 0.46% -
XYZ 15.02 15.8 19.4 -
YUV 110.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 107 111 118 0.09 0.06 0 0.54 218.18 0.05 0.44
Hex 6B 6F 76 9 6 0 36 DA 5 2C
Octal 153 157 166 11 6 0 66 332 5 54
Binary 1101011 1101111 1110110 1001 110 0 110110 11011010 101 101100

Color Harmonies of #6B6F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6F76

Black with #6B6F76

Text Example


Text Example

White with #6B6F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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