Html Css Color HEX #6F536C Salt Box

📋 copy color: '#6F536C'

red 111 ◦ green 83 ◦ blue 108

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

Shades of Salt Box #6F536C

Tints of Salt Box #6F536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 36.75%
G = 27.48%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F536C (or 0x6F536C) is known color: Salt Box. HEX triplet: 6F, 53 and 6C. RGB value is (111,83,108). Sum of RGB (Red+Green+Blue) = 111+83+108=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F536C is #90AC93. Grayscale: #5E5E5E. Windows color (decimal): -9481364 or 7099247. OLE color: 7099247.

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

Color convert

RGB 111 83 108 -
CMYK 0 0.25 0.03 0.56
HSL 306.43º 0.14% 0.38% -
HSV(B) 306.43º 0.25% 0.44% -
XYZ 12.36 10.65 15.59 -
YUV 94.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 111 83 108 0 0.25 0.03 0.56 306.43 0.14 0.38
Hex 6F 53 6C 0 19 3 38 132 E 26
Octal 157 123 154 0 31 3 70 462 16 46
Binary 1101111 1010011 1101100 0 11001 11 111000 100110010 1110 100110

Color Harmonies of #6F536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F536C

Black with #6F536C

Text Example


Text Example

White with #6F536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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