#6E4B93

Color #6E4B93 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #6E4B93

Tints of Studio #6E4B93

Color information

#6E4B93 (or 0x6E4B93) is unknown color: approx Studio. HEX triplet: 6E, 4B and 93. RGB value is (110,75,147). Sum of RGB (Red+Green+Blue) = 110+75+147=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E4B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4B93 is #91B46C. Grayscale: #5D5D5D. Windows color (decimal): -9548909 or 9653102. OLE color: 9653102.

HSL color Cylindrical-coordinate representation of color #6E4B93: hue angle of 269.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4B93 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11075147-
CMYK0.250.4900.42
HSL269.17º32.43%43.53%-
HSV(B)269.17º48.98%57.65%-
XYZ14.2110.4528.87-
YUV93.67158.1139.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=33.13%
G=22.59%
B=44.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110751470.250.4900.42269.1732.4343.53
Hex6E4B93193102A10d202c
Octal15611322331610524154054
Binary1101110100101110010011110011100010101010100001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,75,147); }

 H1.HeaderClassName
 {
   color: #6E4B93;
 }
 .AnyTagClassName
 {
   color: #6E4B93;
 }
</style>
background-color css

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

 a { background-color: rgb(110,75,147); }

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

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

 span { border-color: rgb(110,75,147); }

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