#6456B2

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

Shades of Blue Marguerite #6456B2

Tints of Blue Marguerite #6456B2

Color information

#6456B2 (or 0x6456B2) is unknown color: approx Blue Marguerite. HEX triplet: 64, 56 and B2. RGB value is (100,86,178). Sum of RGB (Red+Green+Blue) = 100+86+178=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #6456B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6456B2 is #9BA94D. Grayscale: #646464. Windows color (decimal): -10201422 or 11687524. OLE color: 11687524.

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

Color convert

RGB10086178-
CMYK0.440.5200.30
HSL249.13º37.4%51.76%-
HSV(B)249.13º51.69%69.8%-
XYZ16.6212.5843.67-
YUV100.67171.64127.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 178 (69.92% from 255) = 48.90%
R=27.47%
G=23.63%
B=48.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100861780.440.5200.30249.1337.451.76
Hex6456B22C3401Ef92534
Octal14412626254640363714564
Binary110010010101101011001010110011010001111011111001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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