Html Css Color HEX #6B4E68 Salt Box

📋 copy color: '#6B4E68'

red 107 ◦ green 78 ◦ blue 104

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

Shades of Salt Box #6B4E68

Tints of Salt Box #6B4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

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

R = 37.02%
G = 26.99%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B4E68 (or 0x6B4E68) is known color: Salt Box. HEX triplet: 6B, 4E and 68. RGB value is (107,78,104). Sum of RGB (Red+Green+Blue) = 107+78+104=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E68 is #94B197. Grayscale: #595959. Windows color (decimal): -9744792 or 6835819. OLE color: 6835819.

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

Color convert

RGB 107 78 104 -
CMYK 0 0.27 0.03 0.58
HSL 306.21º 0.16% 0.36% -
HSV(B) 306.21º 0.27% 0.42% -
XYZ 11.29 9.57 14.35 -
YUV 89.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 107 78 104 0 0.27 0.03 0.58 306.21 0.16 0.36
Hex 6B 4E 68 0 1B 3 3A 132 10 24
Octal 153 116 150 0 33 3 72 462 20 44
Binary 1101011 1001110 1101000 0 11011 11 111010 100110010 10000 100100

Color Harmonies of #6B4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4E68

Black with #6B4E68

Text Example


Text Example

White with #6B4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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