Html Css Color HEX #6B4D68 Salt Box

📋 copy color: '#6B4D68'

red 107 ◦ green 77 ◦ blue 104

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

Shades of Salt Box #6B4D68

Tints of Salt Box #6B4D68

RGB

 RED value IS 107 (42.19% from 255) = 37.15%

 GREEN value IS 77 (30.47% from 255) = 26.74%

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

R = 37.15%
G = 26.74%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B4D68 (or 0x6B4D68) is known color: Salt Box. HEX triplet: 6B, 4D and 68. RGB value is (107,77,104). Sum of RGB (Red+Green+Blue) = 107+77+104=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D68 is #94B297. Grayscale: #585858. Windows color (decimal): -9745048 or 6835563. OLE color: 6835563.

HSL color Cylindrical-coordinate representation of color #6B4D68: hue angle of 306º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D68 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 77 104 -
CMYK 0 0.28 0.03 0.58
HSL 306º 0.16% 0.36% -
HSV(B) 306º 0.28% 0.42% -
XYZ 11.22 9.43 14.33 -
YUV 89.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 107 77 104 0 0.28 0.03 0.58 306 0.16 0.36
Hex 6B 4D 68 0 1C 3 3A 132 10 24
Octal 153 115 150 0 34 3 72 462 20 44
Binary 1101011 1001101 1101000 0 11100 11 111010 100110010 10000 100100

Color Harmonies of #6B4D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D68

Black with #6B4D68

Text Example


Text Example

White with #6B4D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,104); }

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

background-color css

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

 a { background-color: rgb(107,77,104); }

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

border-color css

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

 span { border-color: rgb(107,77,104); }

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