Html Css Color HEX #6F5068 Salt Box

📋 copy color: '#6F5068'

red 111 ◦ green 80 ◦ blue 104

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

Shades of Salt Box #6F5068

Tints of Salt Box #6F5068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 37.63%
G = 27.12%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F5068 (or 0x6F5068) is known color: Salt Box. HEX triplet: 6F, 50 and 68. RGB value is (111,80,104). Sum of RGB (Red+Green+Blue) = 111+80+104=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5068 is #90AF97. Grayscale: #5B5B5B. Windows color (decimal): -9482136 or 6836335. OLE color: 6836335.

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

Color convert

RGB 111 80 104 -
CMYK 0 0.28 0.06 0.56
HSL 313.55º 0.16% 0.37% -
HSV(B) 313.55º 0.28% 0.44% -
XYZ 11.92 10.12 14.42 -
YUV 92.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 111 80 104 0 0.28 0.06 0.56 313.55 0.16 0.37
Hex 6F 50 68 0 1C 6 38 13A 10 25
Octal 157 120 150 0 34 6 70 472 20 45
Binary 1101111 1010000 1101000 0 11100 110 111000 100111010 10000 100101

Color Harmonies of #6F5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5068

Black with #6F5068

Text Example


Text Example

White with #6F5068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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