Html Css Color HEX #6F6273 Rum

📋 copy color: '#6F6273'

red 111 ◦ green 98 ◦ blue 115

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

Shades of Rum #6F6273

Tints of Rum #6F6273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 34.26%
G = 30.25%
B = 35.49%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F6273 (or 0x6F6273) is known color: Rum. HEX triplet: 6F, 62 and 73. RGB value is (111,98,115). Sum of RGB (Red+Green+Blue) = 111+98+115=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6273 is #909D8C. Grayscale: #676767. Windows color (decimal): -9477517 or 7561839. OLE color: 7561839.

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

Color convert

RGB 111 98 115 -
CMYK 0.03 0.15 0 0.55
HSL 285.88º 0.08% 0.42% -
HSV(B) 285.88º 0.15% 0.45% -
XYZ 14.02 13.35 18.06 -
YUV 103.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 111 98 115 0.03 0.15 0 0.55 285.88 0.08 0.42
Hex 6F 62 73 3 F 0 37 11E 8 2A
Octal 157 142 163 3 17 0 67 436 10 52
Binary 1101111 1100010 1110011 11 1111 0 110111 100011110 1000 101010

Color Harmonies of #6F6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6273

Black with #6F6273

Text Example


Text Example

White with #6F6273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,115); }

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

background-color css

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

 a { background-color: rgb(111,98,115); }

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

border-color css

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

 span { border-color: rgb(111,98,115); }

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