Html Css Color HEX #6F747D Raven

📋 copy color: '#6F747D'

red 111 ◦ green 116 ◦ blue 125

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

Shades of Raven #6F747D

Tints of Raven #6F747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 31.53%
G = 32.95%
B = 35.51%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F747D (or 0x6F747D) is known color: Raven. HEX triplet: 6F, 74 and 7D. RGB value is (111,116,125). Sum of RGB (Red+Green+Blue) = 111+116+125=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F747D is #908B82. Grayscale: #737373. Windows color (decimal): -9472899 or 8221807. OLE color: 8221807.

HSL color Cylindrical-coordinate representation of color #6F747D: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F747D is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 116 125 -
CMYK 0.11 0.07 0 0.51
HSL 218.57º 0.06% 0.46% -
HSV(B) 218.57º 0.11% 0.49% -
XYZ 16.5 17.35 21.88 -
YUV 115.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 111 116 125 0.11 0.07 0 0.51 218.57 0.06 0.46
Hex 6F 74 7D B 7 0 33 DB 6 2E
Octal 157 164 175 13 7 0 63 333 6 56
Binary 1101111 1110100 1111101 1011 111 0 110011 11011011 110 101110

Color Harmonies of #6F747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F747D

Black with #6F747D

Text Example


Text Example

White with #6F747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,125); }

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

background-color css

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

 a { background-color: rgb(111,116,125); }

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

border-color css

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

 span { border-color: rgb(111,116,125); }

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