#6456BA

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

Shades of Blue Marguerite #6456BA

Tints of Blue Marguerite #6456BA

Color information

#6456BA (or 0x6456BA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 56 and BA. RGB value is (100,86,186). Sum of RGB (Red+Green+Blue) = 100+86+186=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6456BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456BA is #9BA945. Grayscale: #656565. Windows color (decimal): -10201414 or 12211812. OLE color: 12211812.

HSL color Cylindrical-coordinate representation of color #6456BA: hue angle of 248.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6456BA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10086186-
CMYK0.460.5400.27
HSL248.4º42.02%53.33%-
HSV(B)248.4º53.76%72.94%-
XYZ17.4512.9148.03-
YUV101.59175.64126.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 86 (33.98% from 255) = 23.12%
BLUE value IS 186 (73.05% from 255) = 50%
R=26.88%
G=23.12%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100861860.460.5400.27248.442.0253.33
Hex6456BA2E3601Bf82a35
Octal14412627256660333705265
Binary110010010101101011101010111011011001101111111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,86,186); }

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

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

 a { background-color: rgb(100,86,186); }

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

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

 span { border-color: rgb(100,86,186); }

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