#6456bd

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

Shades of Blue Marguerite #6456BD

Tints of Blue Marguerite #6456BD

Color information

#6456BD (or 0x6456BD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 56 and BD. RGB value is (100,86,189). Sum of RGB (Red+Green+Blue) = 100+86+189=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #6456BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456BD is #9BA942. Grayscale: #656565. Windows color (decimal): -10201411 or 12408420. OLE color: 12408420.

HSL color Cylindrical-coordinate representation of color #6456BD: hue angle of 248.16º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6456BD is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10086189-
CMYK0.470.5400.26
HSL248.16º43.83%53.92%-
HSV(B)248.16º54.5%74.12%-
XYZ17.7713.0449.72-
YUV101.93177.14126.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=26.67%
G=22.93%
B=50.4%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100861890.470.5400.26248.1643.8353.92
Hex6456BD2F3601Af82c36
Octal14412627557660323705466
Binary110010010101101011110110111111011001101011111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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