Html Css Color HEX #6E4E6C Salt Box

📋 copy color: '#6E4E6C'

red 110 ◦ green 78 ◦ blue 108

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

Shades of Salt Box #6E4E6C

Tints of Salt Box #6E4E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 37.16%
G = 26.35%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E4E6C (or 0x6E4E6C) is known color: Salt Box. HEX triplet: 6E, 4E and 6C. RGB value is (110,78,108). Sum of RGB (Red+Green+Blue) = 110+78+108=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E6C is #91B193. Grayscale: #5A5A5A. Windows color (decimal): -9548180 or 7097966. OLE color: 7097966.

HSL color Cylindrical-coordinate representation of color #6E4E6C: hue angle of 303.75º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E4E6C is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 78 108 -
CMYK 0 0.29 0.02 0.57
HSL 303.75º 0.17% 0.37% -
HSV(B) 303.75º 0.29% 0.43% -
XYZ 11.86 9.85 15.46 -
YUV 90.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 110 78 108 0 0.29 0.02 0.57 303.75 0.17 0.37
Hex 6E 4E 6C 0 1D 2 39 130 11 25
Octal 156 116 154 0 35 2 71 460 21 45
Binary 1101110 1001110 1101100 0 11101 10 111001 100110000 10001 100101

Color Harmonies of #6E4E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4E6C

Black with #6E4E6C

Text Example


Text Example

White with #6E4E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,78,108); }

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

background-color css

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

 a { background-color: rgb(110,78,108); }

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

border-color css

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

 span { border-color: rgb(110,78,108); }

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