#6E54A0

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

Shades of Studio #6E54A0

Tints of Studio #6E54A0

Color information

#6E54A0 (or 0x6E54A0) is unknown color: approx Studio. HEX triplet: 6E, 54 and A0. RGB value is (110,84,160). Sum of RGB (Red+Green+Blue) = 110+84+160=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E54A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E54A0 is #91AB5F. Grayscale: #646464. Windows color (decimal): -9546592 or 10507374. OLE color: 10507374.

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

Color convert

RGB11084160-
CMYK0.310.4800.37
HSL260.53º31.15%47.84%-
HSV(B)260.53º47.5%62.75%-
XYZ15.9512.1934.77-
YUV100.44161.61134.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 160 (62.89% from 255) = 45.20%
R=31.07%
G=23.73%
B=45.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal110841600.310.4800.37260.5331.1547.84
Hex6E54A01F300251051f30
Octal15612424037600454053760
Binary110111010101001010000011111110000010010110000010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E54A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,160); }

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

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

 a { background-color: rgb(110,84,160); }

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

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

 span { border-color: rgb(110,84,160); }

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