Html Css Color HEX #6A606D Rum

📋 copy color: '#6A606D'

red 106 ◦ green 96 ◦ blue 109

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

Shades of Rum #6A606D

Tints of Rum #6A606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 34.08%
G = 30.87%
B = 35.05%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A606D (or 0x6A606D) is known color: Rum. HEX triplet: 6A, 60 and 6D. RGB value is (106,96,109). Sum of RGB (Red+Green+Blue) = 106+96+109=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A606D is #959F92. Grayscale: #646464. Windows color (decimal): -9805715 or 7168106. OLE color: 7168106.

HSL color Cylindrical-coordinate representation of color #6A606D: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A606D is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 96 109 -
CMYK 0.03 0.12 0 0.57
HSL 286.15º 0.06% 0.4% -
HSV(B) 286.15º 0.12% 0.43% -
XYZ 12.89 12.53 16.21 -
YUV 100.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 106 96 109 0.03 0.12 0 0.57 286.15 0.06 0.4
Hex 6A 60 6D 3 C 0 39 11E 6 28
Octal 152 140 155 3 14 0 71 436 6 50
Binary 1101010 1100000 1101101 11 1100 0 111001 100011110 110 101000

Color Harmonies of #6A606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A606D

Black with #6A606D

Text Example


Text Example

White with #6A606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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