#6252A2

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

Shades of Blue Marguerite #6252A2

Tints of Blue Marguerite #6252A2

Color information

#6252A2 (or 0x6252A2) is unknown color: approx Blue Marguerite. HEX triplet: 62, 52 and A2. RGB value is (98,82,162). Sum of RGB (Red+Green+Blue) = 98+82+162=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #6252A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6252A2 is #9DAD5D. Grayscale: #5F5F5F. Windows color (decimal): -10333534 or 10637922. OLE color: 10637922.

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

Color convert

RGB9882162-
CMYK0.400.4900.36
HSL252º32.79%47.84%-
HSV(B)252º49.38%63.53%-
XYZ14.5811.2435.58-
YUV95.9165.3129.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=28.65%
G=23.98%
B=47.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98821620.400.4900.3625232.7947.84
Hex6252A22831024fc2130
Octal14212224250610443744160
Binary1100010101001010100010101000110001010010011111100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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