#6254B2

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

Shades of Blue Marguerite #6254B2

Tints of Blue Marguerite #6254B2

Color information

#6254B2 (or 0x6254B2) is unknown color: approx Blue Marguerite. HEX triplet: 62, 54 and B2. RGB value is (98,84,178). Sum of RGB (Red+Green+Blue) = 98+84+178=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #6254B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6254B2 is #9DAB4D. Grayscale: #626262. Windows color (decimal): -10333006 or 11687010. OLE color: 11687010.

HSL color Cylindrical-coordinate representation of color #6254B2: hue angle of 248.94º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6254B2 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9884178-
CMYK0.450.5300.30
HSL248.94º37.9%51.37%-
HSV(B)248.94º52.81%69.8%-
XYZ16.2412.1543.61-
YUV98.9172.64127.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 178 (69.92% from 255) = 49.44%
R=27.22%
G=23.33%
B=49.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98841780.450.5300.30248.9437.951.37
Hex6254B22D3501Ef92633
Octal14212426255650363714663
Binary110001010101001011001010110111010101111011111001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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