Html Css Color HEX #6C2985 Eminence

📋 copy color: '#6C2985'

red 108 ◦ green 41 ◦ blue 133

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

Shades of Eminence #6C2985

Tints of Eminence #6C2985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 38.3%
G = 14.54%
B = 47.16%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C2985 (or 0x6C2985) is known color: Eminence. HEX triplet: 6C, 29 and 85. RGB value is (108,41,133). Sum of RGB (Red+Green+Blue) = 108+41+133=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C2985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2985 is #93D67A. Grayscale: #474747. Windows color (decimal): -9688699 or 8726892. OLE color: 8726892.

HSL color Cylindrical-coordinate representation of color #6C2985: hue angle of 283.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2985 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 41 133 -
CMYK 0.19 0.69 0 0.48
HSL 283.7º 0.53% 0.34% -
HSV(B) 283.7º 0.69% 0.52% -
XYZ 11.21 6.47 22.85 -
YUV 71.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 108 41 133 0.19 0.69 0 0.48 283.7 0.53 0.34
Hex 6C 29 85 13 45 0 30 11C 35 22
Octal 154 51 205 23 105 0 60 434 65 42
Binary 1101100 101001 10000101 10011 1000101 0 110000 100011100 110101 100010

Color Harmonies of #6C2985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2985

Black with #6C2985

Text Example


Text Example

White with #6C2985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,133); }

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

background-color css

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

 a { background-color: rgb(108,41,133); }

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

border-color css

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

 span { border-color: rgb(108,41,133); }

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