Html Css Color HEX #6F506A Salt Box

📋 copy color: '#6F506A'

red 111 ◦ green 80 ◦ blue 106

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

Shades of Salt Box #6F506A

Tints of Salt Box #6F506A

RGB

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

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

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

R = 37.37%
G = 26.94%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F506A (or 0x6F506A) is known color: Salt Box. HEX triplet: 6F, 50 and 6A. RGB value is (111,80,106). Sum of RGB (Red+Green+Blue) = 111+80+106=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F506A is #90AF95. Grayscale: #5C5C5C. Windows color (decimal): -9482134 or 6967407. OLE color: 6967407.

HSL color Cylindrical-coordinate representation of color #6F506A: hue angle of 309.68º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F506A is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 80 106 -
CMYK 0 0.28 0.05 0.56
HSL 309.68º 0.16% 0.37% -
HSV(B) 309.68º 0.28% 0.44% -
XYZ 12.03 10.16 14.96 -
YUV 92.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 111 80 106 0 0.28 0.05 0.56 309.68 0.16 0.37
Hex 6F 50 6A 0 1C 5 38 136 10 25
Octal 157 120 152 0 34 5 70 466 20 45
Binary 1101111 1010000 1101010 0 11100 101 111000 100110110 10000 100101

Color Harmonies of #6F506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F506A

Black with #6F506A

Text Example


Text Example

White with #6F506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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