Html Css Color HEX #6F5D6B Salt Box

📋 copy color: '#6F5D6B'

red 111 ◦ green 93 ◦ blue 107

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

Shades of Salt Box #6F5D6B

Tints of Salt Box #6F5D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 35.69%
G = 29.9%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F5D6B (or 0x6F5D6B) is known color: Salt Box. HEX triplet: 6F, 5D and 6B. RGB value is (111,93,107). Sum of RGB (Red+Green+Blue) = 111+93+107=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D6B is #90A294. Grayscale: #636363. Windows color (decimal): -9478805 or 7036271. OLE color: 7036271.

HSL color Cylindrical-coordinate representation of color #6F5D6B: hue angle of 313.33º 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 #6F5D6B is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 93 107 -
CMYK 0 0.16 0.04 0.56
HSL 313.33º 0.09% 0.4% -
HSV(B) 313.33º 0.16% 0.44% -
XYZ 13.12 12.27 15.59 -
YUV 99.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 111 93 107 0 0.16 0.04 0.56 313.33 0.09 0.4
Hex 6F 5D 6B 0 10 4 38 139 9 28
Octal 157 135 153 0 20 4 70 471 11 50
Binary 1101111 1011101 1101011 0 10000 100 111000 100111001 1001 101000

Color Harmonies of #6F5D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D6B

Black with #6F5D6B

Text Example


Text Example

White with #6F5D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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