Html Css Color HEX #6C4968 Salt Box

📋 copy color: '#6C4968'

red 108 ◦ green 73 ◦ blue 104

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

Shades of Salt Box #6C4968

Tints of Salt Box #6C4968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 37.89%
G = 25.61%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C4968 (or 0x6C4968) is known color: Salt Box. HEX triplet: 6C, 49 and 68. RGB value is (108,73,104). Sum of RGB (Red+Green+Blue) = 108+73+104=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4968 is #93B697. Grayscale: #565656. Windows color (decimal): -9680536 or 6834540. OLE color: 6834540.

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

Color convert

RGB 108 73 104 -
CMYK 0 0.32 0.04 0.58
HSL 306.86º 0.19% 0.35% -
HSV(B) 306.86º 0.32% 0.42% -
XYZ 11.07 8.95 14.24 -
YUV 87 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 108 73 104 0 0.32 0.04 0.58 306.86 0.19 0.35
Hex 6C 49 68 0 20 4 3A 133 13 23
Octal 154 111 150 0 40 4 72 463 23 43
Binary 1101100 1001001 1101000 0 100000 100 111010 100110011 10011 100011

Color Harmonies of #6C4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4968

Black with #6C4968

Text Example


Text Example

White with #6C4968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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