#6E4BAA

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

Shades of Studio #6E4BAA

Tints of Studio #6E4BAA

Color information

#6E4BAA (or 0x6E4BAA) is unknown color: approx Studio. HEX triplet: 6E, 4B and AA. RGB value is (110,75,170). Sum of RGB (Red+Green+Blue) = 110+75+170=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E4BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4BAA is #91B455. Grayscale: #5F5F5F. Windows color (decimal): -9548886 or 11160430. OLE color: 11160430.

HSL color Cylindrical-coordinate representation of color #6E4BAA: hue angle of 262.11º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E4BAA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11075170-
CMYK0.350.5600.33
HSL262.11º38.78%48.04%-
HSV(B)262.11º55.88%66.67%-
XYZ16.211.2539.35-
YUV96.29169.6137.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.99%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=30.99%
G=21.13%
B=47.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110751700.350.5600.33262.1138.7848.04
Hex6E4BAA23380211062730
Octal15611325243700414064760
Binary11011101001011101010101000111110000100001100000110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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