Html Css Color HEX #6A626D Rum

📋 copy color: '#6A626D'

red 106 ◦ green 98 ◦ blue 109

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

Shades of Rum #6A626D

Tints of Rum #6A626D

RGB

 RED value IS 106 (41.8% from 255) = 33.87%

 GREEN value IS 98 (38.67% from 255) = 31.31%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 33.87%
G = 31.31%
B = 34.82%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A626D (or 0x6A626D) is known color: Rum. HEX triplet: 6A, 62 and 6D. RGB value is (106,98,109). Sum of RGB (Red+Green+Blue) = 106+98+109=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A626D is #959D92. Grayscale: #656565. Windows color (decimal): -9805203 or 7168618. OLE color: 7168618.

HSL color Cylindrical-coordinate representation of color #6A626D: hue angle of 283.64º 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 #6A626D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 98 109 -
CMYK 0.03 0.10 0 0.57
HSL 283.64º 0.05% 0.41% -
HSV(B) 283.64º 0.1% 0.43% -
XYZ 13.07 12.9 16.27 -
YUV 101.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 106 98 109 0.03 0.10 0 0.57 283.64 0.05 0.41
Hex 6A 62 6D 3 A 0 39 11C 5 29
Octal 152 142 155 3 12 0 71 434 5 51
Binary 1101010 1100010 1101101 11 1010 0 111001 100011100 101 101001

Color Harmonies of #6A626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A626D

Black with #6A626D

Text Example


Text Example

White with #6A626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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