#6A4F9D

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

Shades of Studio #6A4F9D

Tints of Studio #6A4F9D

Color information

#6A4F9D (or 0x6A4F9D) is unknown color: approx Studio. HEX triplet: 6A, 4F and 9D. RGB value is (106,79,157). Sum of RGB (Red+Green+Blue) = 106+79+157=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A4F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4F9D is #95B062. Grayscale: #5F5F5F. Windows color (decimal): -9810019 or 10309482. OLE color: 10309482.

HSL color Cylindrical-coordinate representation of color #6A4F9D: hue angle of 260.77º 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 #6A4F9D is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10679157-
CMYK0.320.5000.38
HSL260.77º33.05%46.27%-
HSV(B)260.77º49.68%61.57%-
XYZ14.8311.0933.26-
YUV95.96162.45135.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=30.99%
G=23.10%
B=45.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106791570.320.5000.38260.7733.0546.27
Hex6A4F9D2032026105212e
Octal15211723540620464054156
Binary11010101001111100111011000001100100100110100000101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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