#6E4F9A

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

Shades of Studio #6E4F9A

Tints of Studio #6E4F9A

Color information

#6E4F9A (or 0x6E4F9A) is unknown color: approx Studio. HEX triplet: 6E, 4F and 9A. RGB value is (110,79,154). Sum of RGB (Red+Green+Blue) = 110+79+154=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E4F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4F9A is #91B065. Grayscale: #606060. Windows color (decimal): -9547878 or 10112878. OLE color: 10112878.

HSL color Cylindrical-coordinate representation of color #6E4F9A: hue angle of 264.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4F9A is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11079154-
CMYK0.290.4900.40
HSL264.8º32.19%45.69%-
HSV(B)264.8º48.7%60.39%-
XYZ15.0611.2431.95-
YUV96.82160.27137.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.07%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=32.07%
G=23.03%
B=44.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110791540.290.4900.40264.832.1945.69
Hex6E4F9A1D31028109202e
Octal15611723235610504114056
Binary1101110100111110011010111011100010101000100001001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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