Html Css Color HEX #6B4072 Eminence

📋 copy color: '#6B4072'

red 107 ◦ green 64 ◦ blue 114

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

Shades of Eminence #6B4072

Tints of Eminence #6B4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 37.54%
G = 22.46%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B4072 (or 0x6B4072) is known color: Eminence. HEX triplet: 6B, 40 and 72. RGB value is (107,64,114). Sum of RGB (Red+Green+Blue) = 107+64+114=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B4072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4072 is #94BF8D. Grayscale: #525252. Windows color (decimal): -9748366 or 7487595. OLE color: 7487595.

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

Color convert

RGB 107 64 114 -
CMYK 0.06 0.44 0 0.55
HSL 291.6º 0.28% 0.35% -
HSV(B) 291.6º 0.44% 0.45% -
XYZ 10.93 8.01 16.89 -
YUV 82.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 107 64 114 0.06 0.44 0 0.55 291.6 0.28 0.35
Hex 6B 40 72 6 2C 0 37 124 1C 23
Octal 153 100 162 6 54 0 67 444 34 43
Binary 1101011 1000000 1110010 110 101100 0 110111 100100100 11100 100011

Color Harmonies of #6B4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4072

Black with #6B4072

Text Example


Text Example

White with #6B4072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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