Html Css Color HEX #6B5166 Salt Box

📋 copy color: '#6B5166'

red 107 ◦ green 81 ◦ blue 102

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

Shades of Salt Box #6B5166

Tints of Salt Box #6B5166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 36.9%
G = 27.93%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B5166 (or 0x6B5166) is known color: Salt Box. HEX triplet: 6B, 51 and 66. RGB value is (107,81,102). Sum of RGB (Red+Green+Blue) = 107+81+102=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5166 is #94AE99. Grayscale: #5B5B5B. Windows color (decimal): -9744026 or 6705515. OLE color: 6705515.

HSL color Cylindrical-coordinate representation of color #6B5166: hue angle of 311.54º 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 #6B5166 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 81 102 -
CMYK 0 0.24 0.05 0.58
HSL 311.54º 0.14% 0.37% -
HSV(B) 311.54º 0.24% 0.42% -
XYZ 11.4 9.97 13.89 -
YUV 91.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 107 81 102 0 0.24 0.05 0.58 311.54 0.14 0.37
Hex 6B 51 66 0 18 5 3A 138 E 25
Octal 153 121 146 0 30 5 72 470 16 45
Binary 1101011 1010001 1100110 0 11000 101 111010 100111000 1110 100101

Color Harmonies of #6B5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5166

Black with #6B5166

Text Example


Text Example

White with #6B5166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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