Html Css Color HEX #6C2584 Eminence

📋 copy color: '#6C2584'

red 108 ◦ green 37 ◦ blue 132

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

Shades of Eminence #6C2584

Tints of Eminence #6C2584

RGB

 RED value IS 108 (42.58% from 255) = 38.99%

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 38.99%
G = 13.36%
B = 47.65%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C2584 (or 0x6C2584) is known color: Eminence. HEX triplet: 6C, 25 and 84. RGB value is (108,37,132). Sum of RGB (Red+Green+Blue) = 108+37+132=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2584 is #93DA7B. Grayscale: #444444. Windows color (decimal): -9689724 or 8660332. OLE color: 8660332.

HSL color Cylindrical-coordinate representation of color #6C2584: hue angle of 284.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2584 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 37 132 -
CMYK 0.18 0.72 0 0.48
HSL 284.84º 0.56% 0.33% -
HSV(B) 284.84º 0.72% 0.52% -
XYZ 11.01 6.18 22.44 -
YUV 69.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 108 37 132 0.18 0.72 0 0.48 284.84 0.56 0.33
Hex 6C 25 84 12 48 0 30 11D 38 21
Octal 154 45 204 22 110 0 60 435 70 41
Binary 1101100 100101 10000100 10010 1001000 0 110000 100011101 111000 100001

Color Harmonies of #6C2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2584

Black with #6C2584

Text Example


Text Example

White with #6C2584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,37,132); }

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

background-color css

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

 a { background-color: rgb(108,37,132); }

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

border-color css

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

 span { border-color: rgb(108,37,132); }

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