Html Css Color HEX #6E4864 Salt Box

📋 copy color: '#6E4864'

red 110 ◦ green 72 ◦ blue 100

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

Shades of Salt Box #6E4864

Tints of Salt Box #6E4864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 39.01%
G = 25.53%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#6E4864 (or 0x6E4864) is known color: Salt Box. HEX triplet: 6E, 48 and 64. RGB value is (110,72,100). Sum of RGB (Red+Green+Blue) = 110+72+100=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4864 is #91B79B. Grayscale: #565656. Windows color (decimal): -9549724 or 6572142. OLE color: 6572142.

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

Color convert

RGB 110 72 100 -
CMYK 0 0.35 0.09 0.57
HSL 315.79º 0.21% 0.36% -
HSV(B) 315.79º 0.35% 0.43% -
XYZ 11.05 8.87 13.19 -
YUV 86.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 110 72 100 0 0.35 0.09 0.57 315.79 0.21 0.36
Hex 6E 48 64 0 23 9 39 13C 15 24
Octal 156 110 144 0 43 11 71 474 25 44
Binary 1101110 1001000 1100100 0 100011 1001 111001 100111100 10101 100100

Color Harmonies of #6E4864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4864

Black with #6E4864

Text Example


Text Example

White with #6E4864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,72,100); }

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

background-color css

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

 a { background-color: rgb(110,72,100); }

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

border-color css

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

 span { border-color: rgb(110,72,100); }

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