Html Css Color HEX #6F536B Salt Box

📋 copy color: '#6F536B'

red 111 ◦ green 83 ◦ blue 107

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

Shades of Salt Box #6F536B

Tints of Salt Box #6F536B

RGB

 RED value IS 111 (43.75% from 255) = 36.88%

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 36.88%
G = 27.57%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F536B (or 0x6F536B) is known color: Salt Box. HEX triplet: 6F, 53 and 6B. RGB value is (111,83,107). Sum of RGB (Red+Green+Blue) = 111+83+107=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F536B is #90AC94. Grayscale: #5E5E5E. Windows color (decimal): -9481365 or 7033711. OLE color: 7033711.

HSL color Cylindrical-coordinate representation of color #6F536B: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F536B is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 83 107 -
CMYK 0 0.25 0.04 0.56
HSL 308.57º 0.14% 0.38% -
HSV(B) 308.57º 0.25% 0.44% -
XYZ 12.3 10.63 15.31 -
YUV 94.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 111 83 107 0 0.25 0.04 0.56 308.57 0.14 0.38
Hex 6F 53 6B 0 19 4 38 135 E 26
Octal 157 123 153 0 31 4 70 465 16 46
Binary 1101111 1010011 1101011 0 11001 100 111000 100110101 1110 100110

Color Harmonies of #6F536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F536B

Black with #6F536B

Text Example


Text Example

White with #6F536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,107); }

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

background-color css

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

 a { background-color: rgb(111,83,107); }

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

border-color css

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

 span { border-color: rgb(111,83,107); }

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