#6E5398

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

Shades of Studio #6E5398

Tints of Studio #6E5398

Color information

#6E5398 (or 0x6E5398) is unknown color: approx Studio. HEX triplet: 6E, 53 and 98. RGB value is (110,83,152). Sum of RGB (Red+Green+Blue) = 110+83+152=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E5398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5398 is #91AC67. Grayscale: #626262. Windows color (decimal): -9546856 or 9982830. OLE color: 9982830.

HSL color Cylindrical-coordinate representation of color #6E5398: hue angle of 263.48º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E5398 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11083152-
CMYK0.280.4500.40
HSL263.48º29.36%46.08%-
HSV(B)263.48º45.39%59.61%-
XYZ15.1911.7731.18-
YUV98.94157.95135.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=31.88%
G=24.06%
B=44.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110831520.280.4500.40263.4829.3646.08
Hex6E53981C2D0281071d2e
Octal15612323034550504073556
Binary110111010100111001100011100101101010100010000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,83,152); }

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

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

 a { background-color: rgb(110,83,152); }

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

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

 span { border-color: rgb(110,83,152); }

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