Html Css Color HEX #6B4278 Eminence

📋 copy color: '#6B4278'

red 107 ◦ green 66 ◦ blue 120

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

Shades of Eminence #6B4278

Tints of Eminence #6B4278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 36.52%
G = 22.53%
B = 40.96%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B4278 (or 0x6B4278) is known color: Eminence. HEX triplet: 6B, 42 and 78. RGB value is (107,66,120). Sum of RGB (Red+Green+Blue) = 107+66+120=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B4278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4278 is #94BD87. Grayscale: #545454. Windows color (decimal): -9747848 or 7881323. OLE color: 7881323.

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

Color convert

RGB 107 66 120 -
CMYK 0.11 0.45 0 0.53
HSL 285.56º 0.29% 0.36% -
HSV(B) 285.56º 0.45% 0.47% -
XYZ 11.4 8.38 18.79 -
YUV 84.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 107 66 120 0.11 0.45 0 0.53 285.56 0.29 0.36
Hex 6B 42 78 B 2D 0 35 11E 1D 24
Octal 153 102 170 13 55 0 65 436 35 44
Binary 1101011 1000010 1111000 1011 101101 0 110101 100011110 11101 100100

Color Harmonies of #6B4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4278

Black with #6B4278

Text Example


Text Example

White with #6B4278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,66,120); }

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

background-color css

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

 a { background-color: rgb(107,66,120); }

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

border-color css

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

 span { border-color: rgb(107,66,120); }

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