Html Css Color HEX #6E5A6B Salt Box

📋 copy color: '#6E5A6B'

red 110 ◦ green 90 ◦ blue 107

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

Shades of Salt Box #6E5A6B

Tints of Salt Box #6E5A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 35.83%
G = 29.32%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E5A6B (or 0x6E5A6B) is known color: Salt Box. HEX triplet: 6E, 5A and 6B. RGB value is (110,90,107). Sum of RGB (Red+Green+Blue) = 110+90+107=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A6B is #91A594. Grayscale: #616161. Windows color (decimal): -9545109 or 7035502. OLE color: 7035502.

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

Color convert

RGB 110 90 107 -
CMYK 0 0.18 0.03 0.57
HSL 309º 0.1% 0.39% -
HSV(B) 309º 0.18% 0.43% -
XYZ 12.74 11.69 15.49 -
YUV 97.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 110 90 107 0 0.18 0.03 0.57 309 0.1 0.39
Hex 6E 5A 6B 0 12 3 39 135 A 27
Octal 156 132 153 0 22 3 71 465 12 47
Binary 1101110 1011010 1101011 0 10010 11 111001 100110101 1010 100111

Color Harmonies of #6E5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A6B

Black with #6E5A6B

Text Example


Text Example

White with #6E5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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