Html Css Color HEX #6E5A6D Salt Box

📋 copy color: '#6E5A6D'

red 110 ◦ green 90 ◦ blue 109

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

Shades of Salt Box #6E5A6D

Tints of Salt Box #6E5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 35.6%
G = 29.13%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6E5A6D (or 0x6E5A6D) is known color: Salt Box. HEX triplet: 6E, 5A and 6D. RGB value is (110,90,109). Sum of RGB (Red+Green+Blue) = 110+90+109=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A6D is #91A592. Grayscale: #626262. Windows color (decimal): -9545107 or 7166574. OLE color: 7166574.

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

Color convert

RGB 110 90 109 -
CMYK 0 0.18 0.01 0.57
HSL 303º 0.1% 0.39% -
HSV(B) 303º 0.18% 0.43% -
XYZ 12.85 11.73 16.06 -
YUV 98.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 110 90 109 0 0.18 0.01 0.57 303 0.1 0.39
Hex 6E 5A 6D 0 12 1 39 12F A 27
Octal 156 132 155 0 22 1 71 457 12 47
Binary 1101110 1011010 1101101 0 10010 1 111001 100101111 1010 100111

Color Harmonies of #6E5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A6D

Black with #6E5A6D

Text Example


Text Example

White with #6E5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,109); }

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

background-color css

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

 a { background-color: rgb(110,90,109); }

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

border-color css

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

 span { border-color: rgb(110,90,109); }

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