Html Css Color HEX #6247BA Blue Marguerite

📋 copy color: '#6247BA'

red 98 ◦ green 71 ◦ blue 186

#6247BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6247BA

Tints of Blue Marguerite #6247BA

RGB

 RED value IS 98 (38.67% from 255) = 27.61%

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 27.61%
G = 20%
B = 52.39%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6247BA (or 0x6247BA) is known color: Blue Marguerite. HEX triplet: 62, 47 and BA. RGB value is (98,71,186). Sum of RGB (Red+Green+Blue) = 98+71+186=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #6247BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247BA is #9DB845. Grayscale: #5B5B5B. Windows color (decimal): -10336326 or 12207970. OLE color: 12207970.

HSL color Cylindrical-coordinate representation of color #6247BA: hue angle of 254.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6247BA is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 71 186 -
CMYK 0.47 0.62 0 0.27
HSL 254.09º 0.45% 0.5% -
HSV(B) 254.09º 0.62% 0.73% -
XYZ 16.15 10.65 47.66 -
YUV 92.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 98 71 186 0.47 0.62 0 0.27 254.09 0.45 0.5
Hex 62 47 BA 2F 3E 0 1B FE 2D 32
Octal 142 107 272 57 76 0 33 376 55 62
Binary 1100010 1000111 10111010 101111 111110 0 11011 11111110 101101 110010

Color Harmonies of #6247BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6247BA

Black with #6247BA

Text Example


Text Example

White with #6247BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6247BA; }

 p { color: rgb(98,71,186); }

 H1.HeaderClassName
 {
   color: #6247BA;
 }
 .AnyTagClassName
 {
   color: #6247BA;
 }
</style>

background-color css

<style>
 a { background-color: #6247BA; }

 a { background-color: rgb(98,71,186); }

 div.DivClassName
 {
   background-color: #6247BA;
 }
 .BgClassName
 {
   background-color: #6247BA;
 }
</style>

border-color css

<style>
 span { border-color: #6247BA; }

 span { border-color: rgb(98,71,186); }

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