Html Css Color HEX #6B337D Eminence

📋 copy color: '#6B337D'

red 107 ◦ green 51 ◦ blue 125

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

Shades of Eminence #6B337D

Tints of Eminence #6B337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 37.81%
G = 18.02%
B = 44.17%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B337D (or 0x6B337D) is known color: Eminence. HEX triplet: 6B, 33 and 7D. RGB value is (107,51,125). Sum of RGB (Red+Green+Blue) = 107+51+125=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B337D is #94CC82. Grayscale: #4B4B4B. Windows color (decimal): -9751683 or 8205163. OLE color: 8205163.

HSL color Cylindrical-coordinate representation of color #6B337D: hue angle of 285.41º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B337D is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 51 125 -
CMYK 0.14 0.59 0 0.51
HSL 285.41º 0.42% 0.35% -
HSV(B) 285.41º 0.59% 0.49% -
XYZ 10.95 6.97 20.17 -
YUV 76.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 107 51 125 0.14 0.59 0 0.51 285.41 0.42 0.35
Hex 6B 33 7D E 3B 0 33 11D 2A 23
Octal 153 63 175 16 73 0 63 435 52 43
Binary 1101011 110011 1111101 1110 111011 0 110011 100011101 101010 100011

Color Harmonies of #6B337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B337D

Black with #6B337D

Text Example


Text Example

White with #6B337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,125); }

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

background-color css

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

 a { background-color: rgb(107,51,125); }

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

border-color css

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

 span { border-color: rgb(107,51,125); }

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