#6252BE

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

Shades of Blue Marguerite #6252BE

Tints of Blue Marguerite #6252BE

Color information

#6252BE (or 0x6252BE) is unknown color: approx Blue Marguerite. HEX triplet: 62, 52 and BE. RGB value is (98,82,190). Sum of RGB (Red+Green+Blue) = 98+82+190=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #6252BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252BE is #9DAD41. Grayscale: #626262. Windows color (decimal): -10333506 or 12472930. OLE color: 12472930.

HSL color Cylindrical-coordinate representation of color #6252BE: hue angle of 248.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6252BE is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9882190-
CMYK0.480.5700.25
HSL248.89º45.38%53.33%-
HSV(B)248.89º56.84%74.51%-
XYZ17.3512.3550.18-
YUV99.1179.3127.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=26.49%
G=22.16%
B=51.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98821900.480.5700.25248.8945.3853.33
Hex6252BE3039019f92d35
Octal14212227660710313715565
Binary110001010100101011111011000011100101100111111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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