Html Css Color HEX #6E5769 Salt Box

📋 copy color: '#6E5769'

red 110 ◦ green 87 ◦ blue 105

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

Shades of Salt Box #6E5769

Tints of Salt Box #6E5769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 36.42%
G = 28.81%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6E5769 (or 0x6E5769) is known color: Salt Box. HEX triplet: 6E, 57 and 69. RGB value is (110,87,105). Sum of RGB (Red+Green+Blue) = 110+87+105=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5769 is #91A896. Grayscale: #5F5F5F. Windows color (decimal): -9545879 or 6903662. OLE color: 6903662.

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

Color convert

RGB 110 87 105 -
CMYK 0 0.21 0.05 0.57
HSL 313.04º 0.12% 0.39% -
HSV(B) 313.04º 0.21% 0.43% -
XYZ 12.39 11.15 14.86 -
YUV 95.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 110 87 105 0 0.21 0.05 0.57 313.04 0.12 0.39
Hex 6E 57 69 0 15 5 39 139 C 27
Octal 156 127 151 0 25 5 71 471 14 47
Binary 1101110 1010111 1101001 0 10101 101 111001 100111001 1100 100111

Color Harmonies of #6E5769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5769

Black with #6E5769

Text Example


Text Example

White with #6E5769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,87,105); }

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

background-color css

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

 a { background-color: rgb(110,87,105); }

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

border-color css

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

 span { border-color: rgb(110,87,105); }

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