Html Css Color HEX #6B4079 Eminence

📋 copy color: '#6B4079'

red 107 ◦ green 64 ◦ blue 121

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

Shades of Eminence #6B4079

Tints of Eminence #6B4079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.44%

R = 36.64%
G = 21.92%
B = 41.44%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B4079 (or 0x6B4079) is known color: Eminence. HEX triplet: 6B, 40 and 79. RGB value is (107,64,121). Sum of RGB (Red+Green+Blue) = 107+64+121=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4079 is #94BF86. Grayscale: #535353. Windows color (decimal): -9748359 or 7946347. OLE color: 7946347.

HSL color Cylindrical-coordinate representation of color #6B4079: hue angle of 285.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B4079 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 64 121 -
CMYK 0.12 0.47 0 0.53
HSL 285.26º 0.31% 0.36% -
HSV(B) 285.26º 0.47% 0.47% -
XYZ 11.35 8.17 19.07 -
YUV 83.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 107 64 121 0.12 0.47 0 0.53 285.26 0.31 0.36
Hex 6B 40 79 C 2F 0 35 11D 1F 24
Octal 153 100 171 14 57 0 65 435 37 44
Binary 1101011 1000000 1111001 1100 101111 0 110101 100011101 11111 100100

Color Harmonies of #6B4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4079

Black with #6B4079

Text Example


Text Example

White with #6B4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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