#6454B8

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

Shades of Blue Marguerite #6454B8

Tints of Blue Marguerite #6454B8

Color information

#6454B8 (or 0x6454B8) is unknown color: approx Blue Marguerite. HEX triplet: 64, 54 and B8. RGB value is (100,84,184). Sum of RGB (Red+Green+Blue) = 100+84+184=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #6454B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454B8 is #9BAB47. Grayscale: #636363. Windows color (decimal): -10201928 or 12080228. OLE color: 12080228.

HSL color Cylindrical-coordinate representation of color #6454B8: hue angle of 249.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6454B8 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10084184-
CMYK0.460.5400.28
HSL249.6º41.32%52.55%-
HSV(B)249.6º54.35%72.16%-
XYZ17.0812.5146.86-
YUV100.18175.3127.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 184 (72.27% from 255) = 50%
R=27.17%
G=22.83%
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.28
SystemRedGreenBlueCMYKHSL
Decimal100841840.460.5400.28249.641.3252.55
Hex6454B82E3601Cfa2935
Octal14412427056660343725165
Binary110010010101001011100010111011011001110011111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6454B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6454B8; }

 p { color: rgb(100,84,184); }

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

<style>
 a { background-color: #6454B8; }

 a { background-color: rgb(100,84,184); }

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

<style>
 span { border-color: #6454B8; }

 span { border-color: rgb(100,84,184); }

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