#6456AB

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

Shades of Blue Marguerite #6456AB

Tints of Blue Marguerite #6456AB

Color information

#6456AB (or 0x6456AB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 56 and AB. RGB value is (100,86,171). Sum of RGB (Red+Green+Blue) = 100+86+171=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6456AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6456AB is #9BA954. Grayscale: #636363. Windows color (decimal): -10201429 or 11228772. OLE color: 11228772.

HSL color Cylindrical-coordinate representation of color #6456AB: hue angle of 249.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6456AB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10086171-
CMYK0.420.5000.33
HSL249.88º33.6%50.39%-
HSV(B)249.88º49.71%67.06%-
XYZ15.9312.3140.06-
YUV99.88168.14128.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=28.01%
G=24.09%
B=47.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100861710.420.5000.33249.8833.650.39
Hex6456AB2A32021fa2232
Octal14412625352620413724262
Binary1100100101011010101011101010110010010000111111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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