Html Css Color HEX #6F6672 Rum

📋 copy color: '#6F6672'

red 111 ◦ green 102 ◦ blue 114

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

Shades of Rum #6F6672

Tints of Rum #6F6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 33.94%
G = 31.19%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F6672 (or 0x6F6672) is known color: Rum. HEX triplet: 6F, 66 and 72. RGB value is (111,102,114). Sum of RGB (Red+Green+Blue) = 111+102+114=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6672 is #90998D. Grayscale: #6A6A6A. Windows color (decimal): -9476494 or 7497327. OLE color: 7497327.

HSL color Cylindrical-coordinate representation of color #6F6672: hue angle of 285º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F6672 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 102 114 -
CMYK 0.03 0.11 0 0.55
HSL 285º 0.06% 0.42% -
HSV(B) 285º 0.11% 0.45% -
XYZ 14.34 14.1 17.88 -
YUV 106.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 111 102 114 0.03 0.11 0 0.55 285 0.06 0.42
Hex 6F 66 72 3 B 0 37 11D 6 2A
Octal 157 146 162 3 13 0 67 435 6 52
Binary 1101111 1100110 1110010 11 1011 0 110111 100011101 110 101010

Color Harmonies of #6F6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6672

Black with #6F6672

Text Example


Text Example

White with #6F6672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,114); }

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

background-color css

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

 a { background-color: rgb(111,102,114); }

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

border-color css

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

 span { border-color: rgb(111,102,114); }

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