#6E4F94

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

Shades of Studio #6E4F94

Tints of Studio #6E4F94

Color information

#6E4F94 (or 0x6E4F94) is unknown color: approx Studio. HEX triplet: 6E, 4F and 94. RGB value is (110,79,148). Sum of RGB (Red+Green+Blue) = 110+79+148=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E4F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4F94 is #91B06B. Grayscale: #5F5F5F. Windows color (decimal): -9547884 or 9719662. OLE color: 9719662.

HSL color Cylindrical-coordinate representation of color #6E4F94: hue angle of 266.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E4F94 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11079148-
CMYK0.260.4700.42
HSL266.96º30.4%44.51%-
HSV(B)266.96º46.62%58.04%-
XYZ14.5711.0529.38-
YUV96.14157.27137.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=32.64%
G=23.44%
B=43.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110791480.260.4700.42266.9630.444.51
Hex6E4F941A2F02A10b1e2d
Octal15611722432570524133655
Binary110111010011111001010011010101111010101010000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,79,148); }

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

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

 a { background-color: rgb(110,79,148); }

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

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

 span { border-color: rgb(110,79,148); }

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