#6E4BAD

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

Shades of Studio #6E4BAD

Tints of Studio #6E4BAD

Color information

#6E4BAD (or 0x6E4BAD) is unknown color: approx Studio. HEX triplet: 6E, 4B and AD. RGB value is (110,75,173). Sum of RGB (Red+Green+Blue) = 110+75+173=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E4BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4BAD is #91B452. Grayscale: #606060. Windows color (decimal): -9548883 or 11357038. OLE color: 11357038.

HSL color Cylindrical-coordinate representation of color #6E4BAD: hue angle of 261.43º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E4BAD is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11075173-
CMYK0.360.5700.32
HSL261.43º39.52%48.63%-
HSV(B)261.43º56.65%67.84%-
XYZ16.4911.3640.86-
YUV96.64171.1137.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.73%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=30.73%
G=20.95%
B=48.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110751730.360.5700.32261.4339.5248.63
Hex6E4BAD24390201052831
Octal15611325544710404055061
Binary11011101001011101011011001001110010100000100000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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