#6252B3

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

Shades of Blue Marguerite #6252B3

Tints of Blue Marguerite #6252B3

Color information

#6252B3 (or 0x6252B3) is unknown color: approx Blue Marguerite. HEX triplet: 62, 52 and B3. RGB value is (98,82,179). Sum of RGB (Red+Green+Blue) = 98+82+179=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #6252B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252B3 is #9DAD4C. Grayscale: #616161. Windows color (decimal): -10333517 or 11752034. OLE color: 11752034.

HSL color Cylindrical-coordinate representation of color #6252B3: hue angle of 249.9º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6252B3 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9882179-
CMYK0.450.5400.30
HSL249.9º38.96%51.18%-
HSV(B)249.9º54.19%70.2%-
XYZ16.1911.8944.09-
YUV97.84173.8128.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=27.30%
G=22.84%
B=49.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98821790.450.5400.30249.938.9651.18
Hex6252B32D3601Efa2733
Octal14212226355660363724763
Binary110001010100101011001110110111011001111011111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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