#6A4F9E

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

Shades of Studio #6A4F9E

Tints of Studio #6A4F9E

Color information

#6A4F9E (or 0x6A4F9E) is unknown color: approx Studio. HEX triplet: 6A, 4F and 9E. RGB value is (106,79,158). Sum of RGB (Red+Green+Blue) = 106+79+158=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4F9E is #95B061. Grayscale: #5F5F5F. Windows color (decimal): -9810018 or 10375018. OLE color: 10375018.

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

Color convert

RGB10679158-
CMYK0.330.5000.38
HSL260.51º33.33%46.47%-
HSV(B)260.51º50%61.96%-
XYZ14.9111.1233.71-
YUV96.08162.95135.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=30.90%
G=23.03%
B=46.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106791580.330.5000.38260.5133.3346.47
Hex6A4F9E2132026105212e
Octal15211723641620464054156
Binary11010101001111100111101000011100100100110100000101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,158); }

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

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

 a { background-color: rgb(106,79,158); }

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

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

 span { border-color: rgb(106,79,158); }

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