Html Css Color HEX #6B506A Salt Box

📋 copy color: '#6B506A'

red 107 ◦ green 80 ◦ blue 106

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

Shades of Salt Box #6B506A

Tints of Salt Box #6B506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 36.52%
G = 27.3%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6B506A (or 0x6B506A) is known color: Salt Box. HEX triplet: 6B, 50 and 6A. RGB value is (107,80,106). Sum of RGB (Red+Green+Blue) = 107+80+106=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B506A is #94AF95. Grayscale: #5A5A5A. Windows color (decimal): -9744278 or 6967403. OLE color: 6967403.

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

Color convert

RGB 107 80 106 -
CMYK 0 0.25 0.01 0.58
HSL 302.22º 0.14% 0.37% -
HSV(B) 302.22º 0.25% 0.42% -
XYZ 11.53 9.9 14.94 -
YUV 91.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 107 80 106 0 0.25 0.01 0.58 302.22 0.14 0.37
Hex 6B 50 6A 0 19 1 3A 12E E 25
Octal 153 120 152 0 31 1 72 456 16 45
Binary 1101011 1010000 1101010 0 11001 1 111010 100101110 1110 100101

Color Harmonies of #6B506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B506A

Black with #6B506A

Text Example


Text Example

White with #6B506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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