#6849AC

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

Shades of Studio #6849AC

Tints of Studio #6849AC

Color information

#6849AC (or 0x6849AC) is unknown color: approx Studio. HEX triplet: 68, 49 and AC. RGB value is (104,73,172). Sum of RGB (Red+Green+Blue) = 104+73+172=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #6849AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6849AC is #97B653. Grayscale: #5D5D5D. Windows color (decimal): -9942612 or 11290984. OLE color: 11290984.

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

Color convert

RGB10473172-
CMYK0.400.5800.33
HSL258.79º40.41%48.04%-
HSV(B)258.79º57.56%67.45%-
XYZ15.5410.6940.27-
YUV93.56172.27135.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=29.80%
G=20.92%
B=49.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104731720.400.5800.33258.7940.4148.04
Hex6849AC283A0211032830
Octal15011125450720414035060
Binary11010001001001101011001010001110100100001100000011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6849AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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