#6F6471

Color #6F6471 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #6F6471

Tints of Rum #6F6471

Color information

#6F6471 (or 0x6F6471) is unknown color: approx Rum. HEX triplet: 6F, 64 and 71. RGB value is (111,100,113). Sum of RGB (Red+Green+Blue) = 111+100+113=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F6471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6471 is #909B8E. Grayscale: #686868. Windows color (decimal): -9477007 or 7431279. OLE color: 7431279.

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

Color convert

RGB111100113-
CMYK0.020.1200.56
HSL290.77º6.1%41.76%-
HSV(B)290.77º11.5%44.31%-
XYZ14.0913.6917.52-
YUV104.77132.64132.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=34.26%
G=30.86%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111001130.020.1200.56290.776.141.76
Hex6F64712C03812362a
Octal157144161214070443652
Binary1101111110010011100011011000111000100100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,113); }

 H1.HeaderClassName
 {
   color: #6F6471;
 }
 .AnyTagClassName
 {
   color: #6F6471;
 }
</style>
background-color css

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

 a { background-color: rgb(111,100,113); }

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

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

 span { border-color: rgb(111,100,113); }

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