Html Css Color HEX #6B4870 Eminence

📋 copy color: '#6B4870'

red 107 ◦ green 72 ◦ blue 112

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

Shades of Eminence #6B4870

Tints of Eminence #6B4870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 36.77%
G = 24.74%
B = 38.49%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B4870 (or 0x6B4870) is known color: Eminence. HEX triplet: 6B, 48 and 70. RGB value is (107,72,112). Sum of RGB (Red+Green+Blue) = 107+72+112=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B4870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4870 is #94B78F. Grayscale: #565656. Windows color (decimal): -9746320 or 7358571. OLE color: 7358571.

HSL color Cylindrical-coordinate representation of color #6B4870: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4870 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 72 112 -
CMYK 0.04 0.36 0 0.56
HSL 292.5º 0.22% 0.36% -
HSV(B) 292.5º 0.36% 0.44% -
XYZ 11.31 8.93 16.46 -
YUV 87.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 107 72 112 0.04 0.36 0 0.56 292.5 0.22 0.36
Hex 6B 48 70 4 24 0 38 124 16 24
Octal 153 110 160 4 44 0 70 444 26 44
Binary 1101011 1001000 1110000 100 100100 0 111000 100100100 10110 100100

Color Harmonies of #6B4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4870

Black with #6B4870

Text Example


Text Example

White with #6B4870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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