#6849b5

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

Shades of Blue Marguerite #6849B5

Tints of Blue Marguerite #6849B5

Color information

#6849B5 (or 0x6849B5) is unknown color: approx Blue Marguerite. HEX triplet: 68, 49 and B5. RGB value is (104,73,181). Sum of RGB (Red+Green+Blue) = 104+73+181=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #6849B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849B5 is #97B64A. Grayscale: #5E5E5E. Windows color (decimal): -9942603 or 11880808. OLE color: 11880808.

HSL color Cylindrical-coordinate representation of color #6849B5: hue angle of 257.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6849B5 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10473181-
CMYK0.430.6000.29
HSL257.22º42.52%49.8%-
HSV(B)257.22º59.67%70.98%-
XYZ16.4311.0444.98-
YUV94.58176.77134.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 181 (71.09% from 255) = 50.56%
R=29.05%
G=20.39%
B=50.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104731810.430.6000.29257.2242.5249.8
Hex6849B52B3C01D1012b32
Octal15011126553740354015362
Binary1101000100100110110101101011111100011101100000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6849b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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