Html Css Color HEX #6D757F Raven

📋 copy color: '#6D757F'

red 109 ◦ green 117 ◦ blue 127

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

Shades of Raven #6D757F

Tints of Raven #6D757F

RGB

 RED value IS 109 (42.97% from 255) = 30.88%

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 30.88%
G = 33.14%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D757F (or 0x6D757F) is known color: Raven. HEX triplet: 6D, 75 and 7F. RGB value is (109,117,127). Sum of RGB (Red+Green+Blue) = 109+117+127=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D757F is #928A80. Grayscale: #737373. Windows color (decimal): -9603713 or 8353133. OLE color: 8353133.

HSL color Cylindrical-coordinate representation of color #6D757F: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D757F is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 117 127 -
CMYK 0.14 0.08 0 0.50
HSL 213.33º 0.08% 0.46% -
HSV(B) 213.33º 0.14% 0.5% -
XYZ 16.5 17.51 22.59 -
YUV 115.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 109 117 127 0.14 0.08 0 0.50 213.33 0.08 0.46
Hex 6D 75 7F E 8 0 32 D5 8 2E
Octal 155 165 177 16 10 0 62 325 10 56
Binary 1101101 1110101 1111111 1110 1000 0 110010 11010101 1000 101110

Color Harmonies of #6D757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D757F

Black with #6D757F

Text Example


Text Example

White with #6D757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,127); }

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

background-color css

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

 a { background-color: rgb(109,117,127); }

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

border-color css

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

 span { border-color: rgb(109,117,127); }

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