Html Css Color HEX #6F5E6C Salt Box

📋 copy color: '#6F5E6C'

red 111 ◦ green 94 ◦ blue 108

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

Shades of Salt Box #6F5E6C

Tints of Salt Box #6F5E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 35.46%
G = 30.03%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F5E6C (or 0x6F5E6C) is known color: Salt Box. HEX triplet: 6F, 5E and 6C. RGB value is (111,94,108). Sum of RGB (Red+Green+Blue) = 111+94+108=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E6C is #90A193. Grayscale: #646464. Windows color (decimal): -9478548 or 7102063. OLE color: 7102063.

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

Color convert

RGB 111 94 108 -
CMYK 0 0.15 0.03 0.56
HSL 310.59º 0.08% 0.4% -
HSV(B) 310.59º 0.15% 0.44% -
XYZ 13.27 12.47 15.89 -
YUV 100.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 111 94 108 0 0.15 0.03 0.56 310.59 0.08 0.4
Hex 6F 5E 6C 0 F 3 38 137 8 28
Octal 157 136 154 0 17 3 70 467 10 50
Binary 1101111 1011110 1101100 0 1111 11 111000 100110111 1000 101000

Color Harmonies of #6F5E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E6C

Black with #6F5E6C

Text Example


Text Example

White with #6F5E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,94,108); }

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

background-color css

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

 a { background-color: rgb(111,94,108); }

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

border-color css

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

 span { border-color: rgb(111,94,108); }

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