Html Css Color HEX #6F5676 Rum

📋 copy color: '#6F5676'

red 111 ◦ green 86 ◦ blue 118

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

Shades of Rum #6F5676

Tints of Rum #6F5676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

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

R = 35.24%
G = 27.3%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F5676 (or 0x6F5676) is known color: Rum. HEX triplet: 6F, 56 and 76. RGB value is (111,86,118). Sum of RGB (Red+Green+Blue) = 111+86+118=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F5676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5676 is #90A989. Grayscale: #616161. Windows color (decimal): -9480586 or 7755375. OLE color: 7755375.

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

Color convert

RGB 111 86 118 -
CMYK 0.06 0.27 0 0.54
HSL 286.88º 0.16% 0.4% -
HSV(B) 286.88º 0.27% 0.46% -
XYZ 13.15 11.34 18.64 -
YUV 97.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 111 86 118 0.06 0.27 0 0.54 286.88 0.16 0.4
Hex 6F 56 76 6 1B 0 36 11F 10 28
Octal 157 126 166 6 33 0 66 437 20 50
Binary 1101111 1010110 1110110 110 11011 0 110110 100011111 10000 101000

Color Harmonies of #6F5676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5676

Black with #6F5676

Text Example


Text Example

White with #6F5676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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