#6E509E

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

Shades of Studio #6E509E

Tints of Studio #6E509E

Color information

#6E509E (or 0x6E509E) is unknown color: approx Studio. HEX triplet: 6E, 50 and 9E. RGB value is (110,80,158). Sum of RGB (Red+Green+Blue) = 110+80+158=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E509E is #91AF61. Grayscale: #616161. Windows color (decimal): -9547618 or 10375278. OLE color: 10375278.

HSL color Cylindrical-coordinate representation of color #6E509E: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E509E is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11080158-
CMYK0.300.4900.38
HSL263.08º32.77%46.67%-
HSV(B)263.08º49.37%61.96%-
XYZ15.4711.5233.76-
YUV97.86161.94136.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=31.61%
G=22.99%
B=45.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110801580.300.4900.38263.0832.7746.67
Hex6E509E1E31026107212f
Octal15612023636610464074157
Binary1101110101000010011110111101100010100110100000111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,158); }

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

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

 a { background-color: rgb(110,80,158); }

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

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

 span { border-color: rgb(110,80,158); }

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