Html Css Color HEX #6F5D6A Salt Box

📋 copy color: '#6F5D6A'

red 111 ◦ green 93 ◦ blue 106

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

Shades of Salt Box #6F5D6A

Tints of Salt Box #6F5D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 35.81%
G = 30%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F5D6A (or 0x6F5D6A) is known color: Salt Box. HEX triplet: 6F, 5D and 6A. RGB value is (111,93,106). Sum of RGB (Red+Green+Blue) = 111+93+106=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D6A is #90A295. Grayscale: #636363. Windows color (decimal): -9478806 or 6970735. OLE color: 6970735.

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

Color convert

RGB 111 93 106 -
CMYK 0 0.16 0.05 0.56
HSL 316.67º 0.09% 0.4% -
HSV(B) 316.67º 0.16% 0.44% -
XYZ 13.07 12.25 15.31 -
YUV 99.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 111 93 106 0 0.16 0.05 0.56 316.67 0.09 0.4
Hex 6F 5D 6A 0 10 5 38 13D 9 28
Octal 157 135 152 0 20 5 70 475 11 50
Binary 1101111 1011101 1101010 0 10000 101 111000 100111101 1001 101000

Color Harmonies of #6F5D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D6A

Black with #6F5D6A

Text Example


Text Example

White with #6F5D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,106); }

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

background-color css

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

 a { background-color: rgb(111,93,106); }

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

border-color css

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

 span { border-color: rgb(111,93,106); }

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