Html Css Color HEX #6F6871 Rum

📋 copy color: '#6F6871'

red 111 ◦ green 104 ◦ blue 113

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

Shades of Rum #6F6871

Tints of Rum #6F6871

RGB

 RED value IS 111 (43.75% from 255) = 33.84%

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 33.84%
G = 31.71%
B = 34.45%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F6871 (or 0x6F6871) is known color: Rum. HEX triplet: 6F, 68 and 71. RGB value is (111,104,113). Sum of RGB (Red+Green+Blue) = 111+104+113=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F6871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6871 is #90978E. Grayscale: #6B6B6B. Windows color (decimal): -9475983 or 7432303. OLE color: 7432303.

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

Color convert

RGB 111 104 113 -
CMYK 0.02 0.08 0 0.56
HSL 286.67º 0.04% 0.43% -
HSV(B) 286.67º 0.08% 0.44% -
XYZ 14.49 14.47 17.65 -
YUV 107.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 111 104 113 0.02 0.08 0 0.56 286.67 0.04 0.43
Hex 6F 68 71 2 8 0 38 11F 4 2B
Octal 157 150 161 2 10 0 70 437 4 53
Binary 1101111 1101000 1110001 10 1000 0 111000 100011111 100 101011

Color Harmonies of #6F6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6871

Black with #6F6871

Text Example


Text Example

White with #6F6871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,113); }

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

background-color css

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

 a { background-color: rgb(111,104,113); }

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

border-color css

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

 span { border-color: rgb(111,104,113); }

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