Html Css Color HEX #6B4872 Eminence

📋 copy color: '#6B4872'

red 107 ◦ green 72 ◦ blue 114

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

Shades of Eminence #6B4872

Tints of Eminence #6B4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.57%

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

R = 36.52%
G = 24.57%
B = 38.91%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B4872 (or 0x6B4872) is known color: Eminence. HEX triplet: 6B, 48 and 72. RGB value is (107,72,114). Sum of RGB (Red+Green+Blue) = 107+72+114=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B4872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4872 is #94B78D. Grayscale: #575757. Windows color (decimal): -9746318 or 7489643. OLE color: 7489643.

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

Color convert

RGB 107 72 114 -
CMYK 0.06 0.37 0 0.55
HSL 290º 0.23% 0.36% -
HSV(B) 290º 0.37% 0.45% -
XYZ 11.42 8.98 17.05 -
YUV 87.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 107 72 114 0.06 0.37 0 0.55 290 0.23 0.36
Hex 6B 48 72 6 25 0 37 122 17 24
Octal 153 110 162 6 45 0 67 442 27 44
Binary 1101011 1001000 1110010 110 100101 0 110111 100100010 10111 100100

Color Harmonies of #6B4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4872

Black with #6B4872

Text Example


Text Example

White with #6B4872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,114); }

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

background-color css

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

 a { background-color: rgb(107,72,114); }

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

border-color css

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

 span { border-color: rgb(107,72,114); }

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