#6E45B0

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

Shades of Studio #6E45B0

Tints of Studio #6E45B0

Color information

#6E45B0 (or 0x6E45B0) is unknown color: approx Studio. HEX triplet: 6E, 45 and B0. RGB value is (110,69,176). Sum of RGB (Red+Green+Blue) = 110+69+176=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #6E45B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E45B0 is #91BA4F. Grayscale: #5D5D5D. Windows color (decimal): -9550416 or 11552110. OLE color: 11552110.

HSL color Cylindrical-coordinate representation of color #6E45B0: hue angle of 262.99º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E45B0 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11069176-
CMYK0.370.6100.31
HSL262.99º43.67%48.04%-
HSV(B)262.99º60.8%69.02%-
XYZ16.410.7142.28-
YUV93.46174.58139.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.99%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 176 (69.14% from 255) = 49.58%
R=30.99%
G=19.44%
B=49.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110691760.370.6100.31262.9943.6748.04
Hex6E45B0253D01F1072c30
Octal15610526045750374075460
Binary1101110100010110110000100101111101011111100000111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E45B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,176); }

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

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

 a { background-color: rgb(110,69,176); }

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

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

 span { border-color: rgb(110,69,176); }

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