Html Css Color HEX #6B656E Rum

📋 copy color: '#6B656E'

red 107 ◦ green 101 ◦ blue 110

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

Shades of Rum #6B656E

Tints of Rum #6B656E

RGB

 RED value IS 107 (42.19% from 255) = 33.65%

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 33.65%
G = 31.76%
B = 34.59%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B656E (or 0x6B656E) is known color: Rum. HEX triplet: 6B, 65 and 6E. RGB value is (107,101,110). Sum of RGB (Red+Green+Blue) = 107+101+110=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B656E is #949A91. Grayscale: #676767. Windows color (decimal): -9738898 or 7234923. OLE color: 7234923.

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

Color convert

RGB 107 101 110 -
CMYK 0.03 0.08 0 0.57
HSL 280º 0.04% 0.41% -
HSV(B) 280º 0.08% 0.43% -
XYZ 13.53 13.56 16.66 -
YUV 103.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 107 101 110 0.03 0.08 0 0.57 280 0.04 0.41
Hex 6B 65 6E 3 8 0 39 118 4 29
Octal 153 145 156 3 10 0 71 430 4 51
Binary 1101011 1100101 1101110 11 1000 0 111001 100011000 100 101001

Color Harmonies of #6B656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B656E

Black with #6B656E

Text Example


Text Example

White with #6B656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,110); }

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

background-color css

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

 a { background-color: rgb(107,101,110); }

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

border-color css

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

 span { border-color: rgb(107,101,110); }

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