#6254ad

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

Shades of Blue Marguerite #6254AD

Tints of Blue Marguerite #6254AD

Color information

#6254AD (or 0x6254AD) is unknown color: approx Blue Marguerite. HEX triplet: 62, 54 and AD. RGB value is (98,84,173). Sum of RGB (Red+Green+Blue) = 98+84+173=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #6254AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6254AD is #9DAB52. Grayscale: #616161. Windows color (decimal): -10333011 or 11359330. OLE color: 11359330.

HSL color Cylindrical-coordinate representation of color #6254AD: hue angle of 249.44º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6254AD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9884173-
CMYK0.430.5100.32
HSL249.44º35.18%50.39%-
HSV(B)249.44º51.45%67.84%-
XYZ15.7511.9541.01-
YUV98.33170.14127.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=27.61%
G=23.66%
B=48.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98841730.430.5100.32249.4435.1850.39
Hex6254AD2B33020f92332
Octal14212425553630403714362
Binary1100010101010010101101101011110011010000011111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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