#6248BE

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

Shades of Blue Marguerite #6248BE

Tints of Blue Marguerite #6248BE

Color information

#6248BE (or 0x6248BE) is unknown color: approx Blue Marguerite. HEX triplet: 62, 48 and BE. RGB value is (98,72,190). Sum of RGB (Red+Green+Blue) = 98+72+190=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #6248BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248BE is #9DB741. Grayscale: #5C5C5C. Windows color (decimal): -10336066 or 12470370. OLE color: 12470370.

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

Color convert

RGB9872190-
CMYK0.480.6200.25
HSL253.22º47.58%51.37%-
HSV(B)253.22º62.11%74.51%-
XYZ16.6510.9549.95-
YUV93.23182.61131.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=27.22%
G=20%
B=52.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98721900.480.6200.25253.2247.5851.37
Hex6248BE303E019fd3033
Octal14211027660760313756063
Binary110001010010001011111011000011111001100111111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6248BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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