Html Css Color HEX #6F4768 Salt Box

📋 copy color: '#6F4768'

red 111 ◦ green 71 ◦ blue 104

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

Shades of Salt Box #6F4768

Tints of Salt Box #6F4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 38.81%
G = 24.83%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F4768 (or 0x6F4768) is known color: Salt Box. HEX triplet: 6F, 47 and 68. RGB value is (111,71,104). Sum of RGB (Red+Green+Blue) = 111+71+104=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4768 is #90B897. Grayscale: #565656. Windows color (decimal): -9484440 or 6834031. OLE color: 6834031.

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

Color convert

RGB 111 71 104 -
CMYK 0 0.36 0.06 0.56
HSL 310.5º 0.22% 0.36% -
HSV(B) 310.5º 0.36% 0.44% -
XYZ 11.31 8.89 14.22 -
YUV 86.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 111 71 104 0 0.36 0.06 0.56 310.5 0.22 0.36
Hex 6F 47 68 0 24 6 38 136 16 24
Octal 157 107 150 0 44 6 70 466 26 44
Binary 1101111 1000111 1101000 0 100100 110 111000 100110110 10110 100100

Color Harmonies of #6F4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4768

Black with #6F4768

Text Example


Text Example

White with #6F4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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