#6849B2

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

Shades of Blue Marguerite #6849B2

Tints of Blue Marguerite #6849B2

Color information

#6849B2 (or 0x6849B2) is unknown color: approx Blue Marguerite. HEX triplet: 68, 49 and B2. RGB value is (104,73,178). Sum of RGB (Red+Green+Blue) = 104+73+178=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #6849B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6849B2 is #97B64D. Grayscale: #5D5D5D. Windows color (decimal): -9942606 or 11684200. OLE color: 11684200.

HSL color Cylindrical-coordinate representation of color #6849B2: hue angle of 257.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6849B2 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10473178-
CMYK0.420.5900.30
HSL257.71º41.83%49.22%-
HSV(B)257.71º58.99%69.8%-
XYZ16.1310.9243.38-
YUV94.24175.27134.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 178 (69.92% from 255) = 50.14%
R=29.30%
G=20.56%
B=50.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104731780.420.5900.30257.7141.8349.22
Hex6849B22A3B01E1022a31
Octal15011126252730364025261
Binary1101000100100110110010101010111011011110100000010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6849B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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