Html Css Color HEX #6F506D Salt Box

📋 copy color: '#6F506D'

red 111 ◦ green 80 ◦ blue 109

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

Shades of Salt Box #6F506D

Tints of Salt Box #6F506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 37%
G = 26.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F506D (or 0x6F506D) is known color: Salt Box. HEX triplet: 6F, 50 and 6D. RGB value is (111,80,109). Sum of RGB (Red+Green+Blue) = 111+80+109=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F506D is #90AF92. Grayscale: #5C5C5C. Windows color (decimal): -9482131 or 7164015. OLE color: 7164015.

HSL color Cylindrical-coordinate representation of color #6F506D: hue angle of 303.87º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F506D is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 80 109 -
CMYK 0 0.28 0.02 0.56
HSL 303.87º 0.16% 0.37% -
HSV(B) 303.87º 0.28% 0.44% -
XYZ 12.18 10.22 15.8 -
YUV 92.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 111 80 109 0 0.28 0.02 0.56 303.87 0.16 0.37
Hex 6F 50 6D 0 1C 2 38 130 10 25
Octal 157 120 155 0 34 2 70 460 20 45
Binary 1101111 1010000 1101101 0 11100 10 111000 100110000 10000 100101

Color Harmonies of #6F506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F506D

Black with #6F506D

Text Example


Text Example

White with #6F506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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