Html Css Color HEX #6249BA Blue Marguerite

📋 copy color: '#6249BA'

red 98 ◦ green 73 ◦ blue 186

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

Shades of Blue Marguerite #6249BA

Tints of Blue Marguerite #6249BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.45%

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

R = 27.45%
G = 20.45%
B = 52.1%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6249BA (or 0x6249BA) is known color: Blue Marguerite. HEX triplet: 62, 49 and BA. RGB value is (98,73,186). Sum of RGB (Red+Green+Blue) = 98+73+186=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #6249BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249BA is #9DB645. Grayscale: #5C5C5C. Windows color (decimal): -10335814 or 12208482. OLE color: 12208482.

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

Color convert

RGB 98 73 186 -
CMYK 0.47 0.61 0 0.27
HSL 253.27º 0.45% 0.51% -
HSV(B) 253.27º 0.61% 0.73% -
XYZ 16.28 10.91 47.7 -
YUV 93.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 98 73 186 0.47 0.61 0 0.27 253.27 0.45 0.51
Hex 62 49 BA 2F 3D 0 1B FD 2D 33
Octal 142 111 272 57 75 0 33 375 55 63
Binary 1100010 1001001 10111010 101111 111101 0 11011 11111101 101101 110011

Color Harmonies of #6249BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249BA

Black with #6249BA

Text Example


Text Example

White with #6249BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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