Html Css Color HEX #6B5064 Salt Box

📋 copy color: '#6B5064'

red 107 ◦ green 80 ◦ blue 100

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

Shades of Salt Box #6B5064

Tints of Salt Box #6B5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 37.28%
G = 27.87%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B5064 (or 0x6B5064) is known color: Salt Box. HEX triplet: 6B, 50 and 64. RGB value is (107,80,100). Sum of RGB (Red+Green+Blue) = 107+80+100=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5064 is #94AF9B. Grayscale: #5A5A5A. Windows color (decimal): -9744284 or 6574187. OLE color: 6574187.

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

Color convert

RGB 107 80 100 -
CMYK 0 0.25 0.07 0.58
HSL 315.56º 0.14% 0.37% -
HSV(B) 315.56º 0.25% 0.42% -
XYZ 11.23 9.78 13.35 -
YUV 90.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 107 80 100 0 0.25 0.07 0.58 315.56 0.14 0.37
Hex 6B 50 64 0 19 7 3A 13C E 25
Octal 153 120 144 0 31 7 72 474 16 45
Binary 1101011 1010000 1100100 0 11001 111 111010 100111100 1110 100101

Color Harmonies of #6B5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5064

Black with #6B5064

Text Example


Text Example

White with #6B5064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,100); }

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

background-color css

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

 a { background-color: rgb(107,80,100); }

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

border-color css

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

 span { border-color: rgb(107,80,100); }

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