Html Css Color HEX #6F6772 Rum

📋 copy color: '#6F6772'

red 111 ◦ green 103 ◦ blue 114

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

Shades of Rum #6F6772

Tints of Rum #6F6772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 33.84%
G = 31.4%
B = 34.76%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F6772 (or 0x6F6772) is known color: Rum. HEX triplet: 6F, 67 and 72. RGB value is (111,103,114). Sum of RGB (Red+Green+Blue) = 111+103+114=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6772 is #90988D. Grayscale: #6A6A6A. Windows color (decimal): -9476238 or 7497583. OLE color: 7497583.

HSL color Cylindrical-coordinate representation of color #6F6772: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6772 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 103 114 -
CMYK 0.03 0.10 0 0.55
HSL 283.64º 0.05% 0.43% -
HSV(B) 283.64º 0.1% 0.45% -
XYZ 14.44 14.29 17.92 -
YUV 106.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 111 103 114 0.03 0.10 0 0.55 283.64 0.05 0.43
Hex 6F 67 72 3 A 0 37 11C 5 2B
Octal 157 147 162 3 12 0 67 434 5 53
Binary 1101111 1100111 1110010 11 1010 0 110111 100011100 101 101011

Color Harmonies of #6F6772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6772

Black with #6F6772

Text Example


Text Example

White with #6F6772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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