Html Css Color HEX #6F4865 Salt Box

📋 copy color: '#6F4865'

red 111 ◦ green 72 ◦ blue 101

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

Shades of Salt Box #6F4865

Tints of Salt Box #6F4865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 39.08%
G = 25.35%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F4865 (or 0x6F4865) is known color: Salt Box. HEX triplet: 6F, 48 and 65. RGB value is (111,72,101). Sum of RGB (Red+Green+Blue) = 111+72+101=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4865 is #90B79A. Grayscale: #565656. Windows color (decimal): -9484187 or 6637679. OLE color: 6637679.

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

Color convert

RGB 111 72 101 -
CMYK 0 0.35 0.09 0.56
HSL 315.38º 0.21% 0.36% -
HSV(B) 315.38º 0.35% 0.44% -
XYZ 11.22 8.95 13.45 -
YUV 86.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 111 72 101 0 0.35 0.09 0.56 315.38 0.21 0.36
Hex 6F 48 65 0 23 9 38 13B 15 24
Octal 157 110 145 0 43 11 70 473 25 44
Binary 1101111 1001000 1100101 0 100011 1001 111000 100111011 10101 100100

Color Harmonies of #6F4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4865

Black with #6F4865

Text Example


Text Example

White with #6F4865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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