Html Css Color HEX #6F4D6D Salt Box

📋 copy color: '#6F4D6D'

red 111 ◦ green 77 ◦ blue 109

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

Shades of Salt Box #6F4D6D

Tints of Salt Box #6F4D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

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

R = 37.37%
G = 25.93%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F4D6D (or 0x6F4D6D) is known color: Salt Box. HEX triplet: 6F, 4D and 6D. RGB value is (111,77,109). Sum of RGB (Red+Green+Blue) = 111+77+109=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D6D is #90B292. Grayscale: #5A5A5A. Windows color (decimal): -9482899 or 7163247. OLE color: 7163247.

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

Color convert

RGB 111 77 109 -
CMYK 0 0.31 0.02 0.56
HSL 303.53º 0.18% 0.37% -
HSV(B) 303.53º 0.31% 0.44% -
XYZ 11.97 9.79 15.73 -
YUV 90.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 111 77 109 0 0.31 0.02 0.56 303.53 0.18 0.37
Hex 6F 4D 6D 0 1F 2 38 130 12 25
Octal 157 115 155 0 37 2 70 460 22 45
Binary 1101111 1001101 1101101 0 11111 10 111000 100110000 10010 100101

Color Harmonies of #6F4D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D6D

Black with #6F4D6D

Text Example


Text Example

White with #6F4D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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