Html Css Color HEX #6B5E66 Salt Box

📋 copy color: '#6B5E66'

red 107 ◦ green 94 ◦ blue 102

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

Shades of Salt Box #6B5E66

Tints of Salt Box #6B5E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

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

R = 35.31%
G = 31.02%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B5E66 (or 0x6B5E66) is known color: Salt Box. HEX triplet: 6B, 5E and 66. RGB value is (107,94,102). Sum of RGB (Red+Green+Blue) = 107+94+102=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E66 is #94A199. Grayscale: #626262. Windows color (decimal): -9740698 or 6708843. OLE color: 6708843.

HSL color Cylindrical-coordinate representation of color #6B5E66: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B5E66 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 94 102 -
CMYK 0 0.12 0.05 0.58
HSL 323.08º 0.06% 0.39% -
HSV(B) 323.08º 0.12% 0.42% -
XYZ 12.46 12.09 14.25 -
YUV 98.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 107 94 102 0 0.12 0.05 0.58 323.08 0.06 0.39
Hex 6B 5E 66 0 C 5 3A 143 6 27
Octal 153 136 146 0 14 5 72 503 6 47
Binary 1101011 1011110 1100110 0 1100 101 111010 101000011 110 100111

Color Harmonies of #6B5E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E66

Black with #6B5E66

Text Example


Text Example

White with #6B5E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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