Html Css Color HEX #6B626D Rum

📋 copy color: '#6B626D'

red 107 ◦ green 98 ◦ blue 109

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

Shades of Rum #6B626D

Tints of Rum #6B626D

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 value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B626D (or 0x6B626D) is known color: 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

RGB 107 98 109 -
CMYK 0.02 0.10 0 0.57
HSL 289.09º 0.05% 0.41% -
HSV(B) 289.09º 0.1% 0.43% -
XYZ 13.19 12.97 16.28 -
YUV 101.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 107 98 109 0.02 0.10 0 0.57 289.09 0.05 0.41
Hex 6B 62 6D 2 A 0 39 121 5 29
Octal 153 142 155 2 12 0 71 441 5 51
Binary 1101011 1100010 1101101 10 1010 0 111001 100100001 101 101001

Color Harmonies of #6B626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B626D

Black with #6B626D

Text Example


Text Example

White with #6B626D

Text Example


Text Example

HTML Codes & Css Web 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>