#6254AF

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

Shades of Blue Marguerite #6254AF

Tints of Blue Marguerite #6254AF

Color information

#6254AF (or 0x6254AF) is unknown color: approx Blue Marguerite. HEX triplet: 62, 54 and AF. RGB value is (98,84,175). Sum of RGB (Red+Green+Blue) = 98+84+175=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #6254AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6254AF is #9DAB50. Grayscale: #626262. Windows color (decimal): -10333009 or 11490402. OLE color: 11490402.

HSL color Cylindrical-coordinate representation of color #6254AF: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6254AF is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9884175-
CMYK0.440.5200.31
HSL249.23º36.25%50.78%-
HSV(B)249.23º52%68.63%-
XYZ15.9512.0342.04-
YUV98.56171.14127.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=27.45%
G=23.53%
B=49.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98841750.440.5200.31249.2336.2550.78
Hex6254AF2C3401Ff92433
Octal14212425754640373714463
Binary110001010101001010111110110011010001111111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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