#6252A1

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

Shades of Blue Marguerite #6252A1

Tints of Blue Marguerite #6252A1

Color information

#6252A1 (or 0x6252A1) is unknown color: approx Blue Marguerite. HEX triplet: 62, 52 and A1. RGB value is (98,82,161). Sum of RGB (Red+Green+Blue) = 98+82+161=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #6252A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6252A1 is #9DAD5E. Grayscale: #5F5F5F. Windows color (decimal): -10333535 or 10572386. OLE color: 10572386.

HSL color Cylindrical-coordinate representation of color #6252A1: hue angle of 252.15º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6252A1 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9882161-
CMYK0.390.4900.37
HSL252.15º32.51%47.65%-
HSV(B)252.15º49.07%63.14%-
XYZ14.4911.235.12-
YUV95.79164.8129.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 161 (63.28% from 255) = 47.21%
R=28.74%
G=24.05%
B=47.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98821610.390.4900.37252.1532.5147.65
Hex6252A12731025fc2130
Octal14212224147610453744160
Binary1100010101001010100001100111110001010010111111100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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