#6B626D

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

Shades of Rum #6B626D

Tints of Rum #6B626D

Color information

#6B626D (or 0x6B626D) is unknown color: approx Rum. HEX triplet: 6B, 62 and 6D. RGB value is (107,98,109). Sum of RGB (Red+Green+Blue) = 107+98+109=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B626D is #949D92. Grayscale: #656565. Windows color (decimal): -9739667 or 7168619. OLE color: 7168619.

HSL color Cylindrical-coordinate representation of color #6B626D: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B626D is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10798109-
CMYK0.020.1000.57
HSL289.09º5.31%40.59%-
HSV(B)289.09º10.09%42.75%-
XYZ13.1912.9716.28-
YUV101.94131.98131.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=34.08%
G=31.21%
B=34.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107981090.020.1000.57289.095.3140.59
Hex6B626D2A039121529
Octal153142155212071441551
Binary1101011110001011011011010100111001100100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,109); }

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

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

 a { background-color: rgb(107,98,109); }

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

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

 span { border-color: rgb(107,98,109); }

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