Html Css Color HEX #6E5A6C Salt Box

📋 copy color: '#6E5A6C'

red 110 ◦ green 90 ◦ blue 108

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

Shades of Salt Box #6E5A6C

Tints of Salt Box #6E5A6C

RGB

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

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

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

R = 35.71%
G = 29.22%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E5A6C (or 0x6E5A6C) is known color: Salt Box. HEX triplet: 6E, 5A and 6C. RGB value is (110,90,108). Sum of RGB (Red+Green+Blue) = 110+90+108=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A6C is #91A593. Grayscale: #616161. Windows color (decimal): -9545108 or 7101038. OLE color: 7101038.

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

Color convert

RGB 110 90 108 -
CMYK 0 0.18 0.02 0.57
HSL 306º 0.1% 0.39% -
HSV(B) 306º 0.18% 0.43% -
XYZ 12.79 11.71 15.77 -
YUV 98.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 110 90 108 0 0.18 0.02 0.57 306 0.1 0.39
Hex 6E 5A 6C 0 12 2 39 132 A 27
Octal 156 132 154 0 22 2 71 462 12 47
Binary 1101110 1011010 1101100 0 10010 10 111001 100110010 1010 100111

Color Harmonies of #6E5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A6C

Black with #6E5A6C

Text Example


Text Example

White with #6E5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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