Html Css Color HEX #6F5876 Rum

📋 copy color: '#6F5876'

red 111 ◦ green 88 ◦ blue 118

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

Shades of Rum #6F5876

Tints of Rum #6F5876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 35.02%
G = 27.76%
B = 37.22%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F5876 (or 0x6F5876) is known color: Rum. HEX triplet: 6F, 58 and 76. RGB value is (111,88,118). Sum of RGB (Red+Green+Blue) = 111+88+118=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F5876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5876 is #90A789. Grayscale: #626262. Windows color (decimal): -9480074 or 7755887. OLE color: 7755887.

HSL color Cylindrical-coordinate representation of color #6F5876: hue angle of 286º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5876 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 88 118 -
CMYK 0.06 0.25 0 0.54
HSL 286º 0.15% 0.4% -
HSV(B) 286º 0.25% 0.46% -
XYZ 13.32 11.67 18.69 -
YUV 98.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 111 88 118 0.06 0.25 0 0.54 286 0.15 0.4
Hex 6F 58 76 6 19 0 36 11E F 28
Octal 157 130 166 6 31 0 66 436 17 50
Binary 1101111 1011000 1110110 110 11001 0 110110 100011110 1111 101000

Color Harmonies of #6F5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5876

Black with #6F5876

Text Example


Text Example

White with #6F5876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,88,118); }

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

background-color css

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

 a { background-color: rgb(111,88,118); }

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

border-color css

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

 span { border-color: rgb(111,88,118); }

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