#6849AA

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

Shades of Studio #6849AA

Tints of Studio #6849AA

Color information

#6849AA (or 0x6849AA) is unknown color: approx Studio. HEX triplet: 68, 49 and AA. RGB value is (104,73,170). Sum of RGB (Red+Green+Blue) = 104+73+170=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #6849AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6849AA is #97B655. Grayscale: #5C5C5C. Windows color (decimal): -9942614 or 11159912. OLE color: 11159912.

HSL color Cylindrical-coordinate representation of color #6849AA: hue angle of 259.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6849AA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10473170-
CMYK0.390.5700.33
HSL259.18º39.92%47.65%-
HSV(B)259.18º57.06%66.67%-
XYZ15.3510.6139.27-
YUV93.33171.27135.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=29.97%
G=21.04%
B=48.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104731700.390.5700.33259.1839.9247.65
Hex6849AA27390211032830
Octal15011125247710414035060
Binary11010001001001101010101001111110010100001100000011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6849AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6849AA; }

 p { color: rgb(104,73,170); }

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

<style>
 a { background-color: #6849AA; }

 a { background-color: rgb(104,73,170); }

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

<style>
 span { border-color: #6849AA; }

 span { border-color: rgb(104,73,170); }

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