Html Css Color HEX #6E5568 Salt Box

📋 copy color: '#6E5568'

red 110 ◦ green 85 ◦ blue 104

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

Shades of Salt Box #6E5568

Tints of Salt Box #6E5568

RGB

 RED value IS 110 (43.36% from 255) = 36.79%

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 36.79%
G = 28.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6E5568 (or 0x6E5568) is known color: Salt Box. HEX triplet: 6E, 55 and 68. RGB value is (110,85,104). Sum of RGB (Red+Green+Blue) = 110+85+104=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5568 is #91AA97. Grayscale: #5E5E5E. Windows color (decimal): -9546392 or 6837614. OLE color: 6837614.

HSL color Cylindrical-coordinate representation of color #6E5568: hue angle of 314.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E5568 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 85 104 -
CMYK 0 0.23 0.05 0.57
HSL 314.4º 0.13% 0.38% -
HSV(B) 314.4º 0.23% 0.43% -
XYZ 12.18 10.81 14.54 -
YUV 94.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 110 85 104 0 0.23 0.05 0.57 314.4 0.13 0.38
Hex 6E 55 68 0 17 5 39 13A D 26
Octal 156 125 150 0 27 5 71 472 15 46
Binary 1101110 1010101 1101000 0 10111 101 111001 100111010 1101 100110

Color Harmonies of #6E5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5568

Black with #6E5568

Text Example


Text Example

White with #6E5568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,85,104); }

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

background-color css

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

 a { background-color: rgb(110,85,104); }

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

border-color css

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

 span { border-color: rgb(110,85,104); }

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