#6A499B

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

Shades of Studio #6A499B

Tints of Studio #6A499B

Color information

#6A499B (or 0x6A499B) is unknown color: approx Studio. HEX triplet: 6A, 49 and 9B. RGB value is (106,73,155). Sum of RGB (Red+Green+Blue) = 106+73+155=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A499B is #95B664. Grayscale: #5B5B5B. Windows color (decimal): -9811557 or 10176874. OLE color: 10176874.

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

Color convert

RGB10673155-
CMYK0.320.5300.39
HSL264.15º35.96%44.71%-
HSV(B)264.15º52.9%60.78%-
XYZ14.2410.232.23-
YUV92.22163.43137.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=31.74%
G=21.86%
B=46.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106731550.320.5300.39264.1535.9644.71
Hex6A499B2035027108242d
Octal15211123340650474104455
Binary11010101001001100110111000001101010100111100001000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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