Html Css Color HEX #6B5168 Salt Box

📋 copy color: '#6B5168'

red 107 ◦ green 81 ◦ blue 104

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

Shades of Salt Box #6B5168

Tints of Salt Box #6B5168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

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

R = 36.64%
G = 27.74%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B5168 (or 0x6B5168) is known color: Salt Box. HEX triplet: 6B, 51 and 68. RGB value is (107,81,104). Sum of RGB (Red+Green+Blue) = 107+81+104=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5168 is #94AE97. Grayscale: #5B5B5B. Windows color (decimal): -9744024 or 6836587. OLE color: 6836587.

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

Color convert

RGB 107 81 104 -
CMYK 0 0.24 0.03 0.58
HSL 306.92º 0.14% 0.37% -
HSV(B) 306.92º 0.24% 0.42% -
XYZ 11.5 10.01 14.42 -
YUV 91.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 107 81 104 0 0.24 0.03 0.58 306.92 0.14 0.37
Hex 6B 51 68 0 18 3 3A 133 E 25
Octal 153 121 150 0 30 3 72 463 16 45
Binary 1101011 1010001 1101000 0 11000 11 111010 100110011 1110 100101

Color Harmonies of #6B5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5168

Black with #6B5168

Text Example


Text Example

White with #6B5168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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