Html Css Color HEX #6F4968 Salt Box

📋 copy color: '#6F4968'

red 111 ◦ green 73 ◦ blue 104

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

Shades of Salt Box #6F4968

Tints of Salt Box #6F4968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 38.54%
G = 25.35%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F4968 (or 0x6F4968) is known color: Salt Box. HEX triplet: 6F, 49 and 68. RGB value is (111,73,104). Sum of RGB (Red+Green+Blue) = 111+73+104=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4968 is #90B697. Grayscale: #575757. Windows color (decimal): -9483928 or 6834543. OLE color: 6834543.

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

Color convert

RGB 111 73 104 -
CMYK 0 0.34 0.06 0.56
HSL 311.05º 0.21% 0.36% -
HSV(B) 311.05º 0.34% 0.44% -
XYZ 11.44 9.14 14.26 -
YUV 87.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 111 73 104 0 0.34 0.06 0.56 311.05 0.21 0.36
Hex 6F 49 68 0 22 6 38 137 15 24
Octal 157 111 150 0 42 6 70 467 25 44
Binary 1101111 1001001 1101000 0 100010 110 111000 100110111 10101 100100

Color Harmonies of #6F4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4968

Black with #6F4968

Text Example


Text Example

White with #6F4968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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