#6949BA

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

Shades of Blue Marguerite #6949BA

Tints of Blue Marguerite #6949BA

Color information

#6949BA (or 0x6949BA) is unknown color: approx Blue Marguerite. HEX triplet: 69, 49 and BA. RGB value is (105,73,186). Sum of RGB (Red+Green+Blue) = 105+73+186=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #6949BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949BA is #96B645. Grayscale: #5F5F5F. Windows color (decimal): -9877062 or 12208489. OLE color: 12208489.

HSL color Cylindrical-coordinate representation of color #6949BA: hue angle of 256.99º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6949BA is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10573186-
CMYK0.440.6100.27
HSL256.99º45.02%50.78%-
HSV(B)256.99º60.75%72.94%-
XYZ17.0711.3147.74-
YUV95.45179.1134.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=28.85%
G=20.05%
B=51.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105731860.440.6100.27256.9945.0250.78
Hex6949BA2C3D01B1012d33
Octal15111127254750334015563
Binary1101001100100110111010101100111101011011100000001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6949BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6949BA; }

 p { color: rgb(105,73,186); }

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

<style>
 a { background-color: #6949BA; }

 a { background-color: rgb(105,73,186); }

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

<style>
 span { border-color: #6949BA; }

 span { border-color: rgb(105,73,186); }

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