Html Css Color HEX #6B7076 Raven

📋 copy color: '#6B7076'

red 107 ◦ green 112 ◦ blue 118

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

Shades of Raven #6B7076

Tints of Raven #6B7076

RGB

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

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

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

R = 31.75%
G = 33.23%
B = 35.01%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B7076 (or 0x6B7076) is known color: Raven. HEX triplet: 6B, 70 and 76. RGB value is (107,112,118). Sum of RGB (Red+Green+Blue) = 107+112+118=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B7076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7076 is #948F89. Grayscale: #6F6F6F. Windows color (decimal): -9736074 or 7762027. OLE color: 7762027.

HSL color Cylindrical-coordinate representation of color #6B7076: hue angle of 212.73º 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 #6B7076 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 112 118 -
CMYK 0.09 0.05 0 0.54
HSL 212.73º 0.05% 0.44% -
HSV(B) 212.73º 0.09% 0.46% -
XYZ 15.13 16.02 19.43 -
YUV 111.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 107 112 118 0.09 0.05 0 0.54 212.73 0.05 0.44
Hex 6B 70 76 9 5 0 36 D5 5 2C
Octal 153 160 166 11 5 0 66 325 5 54
Binary 1101011 1110000 1110110 1001 101 0 110110 11010101 101 101100

Color Harmonies of #6B7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7076

Black with #6B7076

Text Example


Text Example

White with #6B7076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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