Html Css Color HEX #6B5063 Salt Box

📋 copy color: '#6B5063'

red 107 ◦ green 80 ◦ blue 99

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

Shades of Salt Box #6B5063

Tints of Salt Box #6B5063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 37.41%
G = 27.97%
B = 34.62%

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

#6B5063 (or 0x6B5063) is known color: Salt Box. HEX triplet: 6B, 50 and 63. RGB value is (107,80,99). Sum of RGB (Red+Green+Blue) = 107+80+99=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5063 is #94AF9C. Grayscale: #5A5A5A. Windows color (decimal): -9744285 or 6508651. OLE color: 6508651.

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

Color convert

RGB 107 80 99 -
CMYK 0 0.25 0.07 0.58
HSL 317.78º 0.14% 0.37% -
HSV(B) 317.78º 0.25% 0.42% -
XYZ 11.18 9.76 13.1 -
YUV 90.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 107 80 99 0 0.25 0.07 0.58 317.78 0.14 0.37
Hex 6B 50 63 0 19 7 3A 13E E 25
Octal 153 120 143 0 31 7 72 476 16 45
Binary 1101011 1010000 1100011 0 11001 111 111010 100111110 1110 100101

Color Harmonies of #6B5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5063

Black with #6B5063

Text Example


Text Example

White with #6B5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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