Html Css Color HEX #6C3085 Eminence

📋 copy color: '#6C3085'

red 108 ◦ green 48 ◦ blue 133

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

Shades of Eminence #6C3085

Tints of Eminence #6C3085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

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

R = 37.37%
G = 16.61%
B = 46.02%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C3085 (or 0x6C3085) is known color: Eminence. HEX triplet: 6C, 30 and 85. RGB value is (108,48,133). Sum of RGB (Red+Green+Blue) = 108+48+133=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C3085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3085 is #93CF7A. Grayscale: #4B4B4B. Windows color (decimal): -9686907 or 8728684. OLE color: 8728684.

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

Color convert

RGB 108 48 133 -
CMYK 0.19 0.64 0 0.48
HSL 282.35º 0.47% 0.35% -
HSV(B) 282.35º 0.64% 0.52% -
XYZ 11.47 7 22.94 -
YUV 75.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 108 48 133 0.19 0.64 0 0.48 282.35 0.47 0.35
Hex 6C 30 85 13 40 0 30 11A 2F 23
Octal 154 60 205 23 100 0 60 432 57 43
Binary 1101100 110000 10000101 10011 1000000 0 110000 100011010 101111 100011

Color Harmonies of #6C3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3085

Black with #6C3085

Text Example


Text Example

White with #6C3085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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