#6254AA

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

Shades of Blue Marguerite #6254AA

Tints of Blue Marguerite #6254AA

Color information

#6254AA (or 0x6254AA) is unknown color: approx Blue Marguerite. HEX triplet: 62, 54 and AA. RGB value is (98,84,170). Sum of RGB (Red+Green+Blue) = 98+84+170=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #6254AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6254AA is #9DAB55. Grayscale: #616161. Windows color (decimal): -10333014 or 11162722. OLE color: 11162722.

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

Color convert

RGB9884170-
CMYK0.420.5100.33
HSL249.77º33.86%49.8%-
HSV(B)249.77º50.59%66.67%-
XYZ15.4611.8439.5-
YUV97.99168.64128.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=27.84%
G=23.86%
B=48.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98841700.420.5100.33249.7733.8649.8
Hex6254AA2A33021fa2232
Octal14212425252630413724262
Binary1100010101010010101010101010110011010000111111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6254AA; }

 p { color: rgb(98,84,170); }

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

<style>
 a { background-color: #6254AA; }

 a { background-color: rgb(98,84,170); }

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

<style>
 span { border-color: #6254AA; }

 span { border-color: rgb(98,84,170); }

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