#6254B5

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

Shades of Blue Marguerite #6254B5

Tints of Blue Marguerite #6254B5

Color information

#6254B5 (or 0x6254B5) is unknown color: approx Blue Marguerite. HEX triplet: 62, 54 and B5. RGB value is (98,84,181). Sum of RGB (Red+Green+Blue) = 98+84+181=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #6254B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254B5 is #9DAB4A. Grayscale: #626262. Windows color (decimal): -10333003 or 11883618. OLE color: 11883618.

HSL color Cylindrical-coordinate representation of color #6254B5: hue angle of 248.66º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6254B5 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9884181-
CMYK0.460.5400.29
HSL248.66º39.59%51.96%-
HSV(B)248.66º53.59%70.98%-
XYZ16.5512.2745.21-
YUV99.24174.14127.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 181 (71.09% from 255) = 49.86%
R=27.00%
G=23.14%
B=49.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98841810.460.5400.29248.6639.5951.96
Hex6254B52E3601Df92834
Octal14212426556660353715064
Binary110001010101001011010110111011011001110111111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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