Html Css Color HEX #6F4868 Salt Box

📋 copy color: '#6F4868'

red 111 ◦ green 72 ◦ blue 104

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

Shades of Salt Box #6F4868

Tints of Salt Box #6F4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 38.68%
G = 25.09%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F4868 (or 0x6F4868) is known color: Salt Box. HEX triplet: 6F, 48 and 68. RGB value is (111,72,104). Sum of RGB (Red+Green+Blue) = 111+72+104=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4868 is #90B797. Grayscale: #575757. Windows color (decimal): -9484184 or 6834287. OLE color: 6834287.

HSL color Cylindrical-coordinate representation of color #6F4868: hue angle of 310.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F4868 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 72 104 -
CMYK 0 0.35 0.06 0.56
HSL 310.77º 0.21% 0.36% -
HSV(B) 310.77º 0.35% 0.44% -
XYZ 11.37 9.01 14.24 -
YUV 87.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 111 72 104 0 0.35 0.06 0.56 310.77 0.21 0.36
Hex 6F 48 68 0 23 6 38 137 15 24
Octal 157 110 150 0 43 6 70 467 25 44
Binary 1101111 1001000 1101000 0 100011 110 111000 100110111 10101 100100

Color Harmonies of #6F4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4868

Black with #6F4868

Text Example


Text Example

White with #6F4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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