Html Css Color HEX #6E5569 Salt Box

📋 copy color: '#6E5569'

red 110 ◦ green 85 ◦ blue 105

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

Shades of Salt Box #6E5569

Tints of Salt Box #6E5569

RGB

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

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

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

R = 36.67%
G = 28.33%
B = 35%

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

#6E5569 (or 0x6E5569) is known color: Salt Box. HEX triplet: 6E, 55 and 69. RGB value is (110,85,105). Sum of RGB (Red+Green+Blue) = 110+85+105=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5569 is #91AA96. Grayscale: #5E5E5E. Windows color (decimal): -9546391 or 6903150. OLE color: 6903150.

HSL color Cylindrical-coordinate representation of color #6E5569: hue angle of 312º 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 #6E5569 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 85 105 -
CMYK 0 0.23 0.05 0.57
HSL 312º 0.13% 0.38% -
HSV(B) 312º 0.23% 0.43% -
XYZ 12.23 10.83 14.81 -
YUV 94.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 110 85 105 0 0.23 0.05 0.57 312 0.13 0.38
Hex 6E 55 69 0 17 5 39 138 D 26
Octal 156 125 151 0 27 5 71 470 15 46
Binary 1101110 1010101 1101001 0 10111 101 111001 100111000 1101 100110

Color Harmonies of #6E5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5569

Black with #6E5569

Text Example


Text Example

White with #6E5569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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