#6F6870

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

Shades of Rum #6F6870

Tints of Rum #6F6870

Color information

#6F6870 (or 0x6F6870) is unknown color: approx Rum. HEX triplet: 6F, 68 and 70. RGB value is (111,104,112). Sum of RGB (Red+Green+Blue) = 111+104+112=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6870 is #90978F. Grayscale: #6A6A6A. Windows color (decimal): -9475984 or 7366767. OLE color: 7366767.

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

Color convert

RGB111104112-
CMYK0.010.0700.56
HSL292.5º3.7%42.35%-
HSV(B)292.5º7.14%43.92%-
XYZ14.4314.4517.36-
YUV107130.82130.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=33.94%
G=31.80%
B=34.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111041120.010.0700.56292.53.742.35
Hex6F68701703812442a
Octal15715016017070444452
Binary11011111101000111000011110111000100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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