Html Css Color HEX #6B6170 Rum

📋 copy color: '#6B6170'

red 107 ◦ green 97 ◦ blue 112

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

Shades of Rum #6B6170

Tints of Rum #6B6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 33.86%
G = 30.7%
B = 35.44%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B6170 (or 0x6B6170) is known color: Rum. HEX triplet: 6B, 61 and 70. RGB value is (107,97,112). Sum of RGB (Red+Green+Blue) = 107+97+112=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6170 is #949E8F. Grayscale: #656565. Windows color (decimal): -9739920 or 7364971. OLE color: 7364971.

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

Color convert

RGB 107 97 112 -
CMYK 0.04 0.13 0 0.56
HSL 280º 0.07% 0.41% -
HSV(B) 280º 0.13% 0.44% -
XYZ 13.26 12.85 17.11 -
YUV 101.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 107 97 112 0.04 0.13 0 0.56 280 0.07 0.41
Hex 6B 61 70 4 D 0 38 118 7 29
Octal 153 141 160 4 15 0 70 430 7 51
Binary 1101011 1100001 1110000 100 1101 0 111000 100011000 111 101001

Color Harmonies of #6B6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6170

Black with #6B6170

Text Example


Text Example

White with #6B6170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,112); }

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

background-color css

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

 a { background-color: rgb(107,97,112); }

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

border-color css

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

 span { border-color: rgb(107,97,112); }

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