#6252AD

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

Shades of Blue Marguerite #6252AD

Tints of Blue Marguerite #6252AD

Color information

#6252AD (or 0x6252AD) is unknown color: approx Blue Marguerite. HEX triplet: 62, 52 and AD. RGB value is (98,82,173). Sum of RGB (Red+Green+Blue) = 98+82+173=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #6252AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6252AD is #9DAD52. Grayscale: #606060. Windows color (decimal): -10333523 or 11358818. OLE color: 11358818.

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

Color convert

RGB9882173-
CMYK0.430.5300.32
HSL250.55º35.69%50%-
HSV(B)250.55º52.6%67.84%-
XYZ15.611.6540.96-
YUV97.16170.8128.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=27.76%
G=23.23%
B=49.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98821730.430.5300.32250.5535.6950
Hex6252AD2B35020fb2432
Octal14212225553650403734462
Binary1100010101001010101101101011110101010000011111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6252AD; }

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

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

<style>
 a { background-color: #6252AD; }

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

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

<style>
 span { border-color: #6252AD; }

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

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