#6A499A

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

Shades of Studio #6A499A

Tints of Studio #6A499A

Color information

#6A499A (or 0x6A499A) is unknown color: approx Studio. HEX triplet: 6A, 49 and 9A. RGB value is (106,73,154). Sum of RGB (Red+Green+Blue) = 106+73+154=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A499A is #95B665. Grayscale: #5B5B5B. Windows color (decimal): -9811558 or 10111338. OLE color: 10111338.

HSL color Cylindrical-coordinate representation of color #6A499A: hue angle of 264.44º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A499A is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10673154-
CMYK0.310.5300.40
HSL264.44º35.68%44.51%-
HSV(B)264.44º52.6%60.39%-
XYZ14.1610.1631.79-
YUV92.1162.93137.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=31.83%
G=21.92%
B=46.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106731540.310.5300.40264.4435.6844.51
Hex6A499A1F35028108242d
Octal15211123237650504104455
Binary1101010100100110011010111111101010101000100001000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,73,154); }

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

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

 a { background-color: rgb(106,73,154); }

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

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

 span { border-color: rgb(106,73,154); }

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