Html Css Color HEX #6C4868 Salt Box

📋 copy color: '#6C4868'

red 108 ◦ green 72 ◦ blue 104

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

Shades of Salt Box #6C4868

Tints of Salt Box #6C4868

RGB

 RED value IS 108 (42.58% from 255) = 38.03%

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

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 38.03%
G = 25.35%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C4868 (or 0x6C4868) is known color: Salt Box. HEX triplet: 6C, 48 and 68. RGB value is (108,72,104). Sum of RGB (Red+Green+Blue) = 108+72+104=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4868 is #93B797. Grayscale: #565656. Windows color (decimal): -9680792 or 6834284. OLE color: 6834284.

HSL color Cylindrical-coordinate representation of color #6C4868: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C4868 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 72 104 -
CMYK 0 0.33 0.04 0.58
HSL 306.67º 0.2% 0.35% -
HSV(B) 306.67º 0.33% 0.42% -
XYZ 11 8.82 14.22 -
YUV 86.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 108 72 104 0 0.33 0.04 0.58 306.67 0.2 0.35
Hex 6C 48 68 0 21 4 3A 133 14 23
Octal 154 110 150 0 41 4 72 463 24 43
Binary 1101100 1001000 1101000 0 100001 100 111010 100110011 10100 100011

Color Harmonies of #6C4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4868

Black with #6C4868

Text Example


Text Example

White with #6C4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,72,104); }

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

background-color css

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

 a { background-color: rgb(108,72,104); }

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

border-color css

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

 span { border-color: rgb(108,72,104); }

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