Html Css Color HEX #6F846D Davy's Grey

📋 copy color: '#6F846D'

red 111 ◦ green 132 ◦ blue 109

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

Shades of Davy's Grey #6F846D

Tints of Davy's Grey #6F846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 31.53%
G = 37.5%
B = 30.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#6F846D (or 0x6F846D) is known color: Davy's Grey. HEX triplet: 6F, 84 and 6D. RGB value is (111,132,109). Sum of RGB (Red+Green+Blue) = 111+132+109=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #6F846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F846D is #907B92. Grayscale: #7B7B7B. Windows color (decimal): -9468819 or 7177327. OLE color: 7177327.

HSL color Cylindrical-coordinate representation of color #6F846D: hue angle of 114.78º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F846D is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 132 109 -
CMYK 0.16 0 0.17 0.48
HSL 114.78º 0.1% 0.47% -
HSV(B) 114.78º 0.17% 0.52% -
XYZ 17.57 20.99 17.59 -
YUV 123.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 111 132 109 0.16 0 0.17 0.48 114.78 0.1 0.47
Hex 6F 84 6D 10 0 11 30 73 A 2F
Octal 157 204 155 20 0 21 60 163 12 57
Binary 1101111 10000100 1101101 10000 0 10001 110000 1110011 1010 101111

Color Harmonies of #6F846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F846D

Black with #6F846D

Text Example


Text Example

White with #6F846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,109); }

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

background-color css

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

 a { background-color: rgb(111,132,109); }

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

border-color css

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

 span { border-color: rgb(111,132,109); }

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