Html Css Color HEX #6249AB Blue Marguerite

📋 copy color: '#6249AB'

red 98 ◦ green 73 ◦ blue 171

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

Shades of Blue Marguerite #6249AB

Tints of Blue Marguerite #6249AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 28.65%
G = 21.35%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6249AB (or 0x6249AB) is known color: Blue Marguerite. HEX triplet: 62, 49 and AB. RGB value is (98,73,171). Sum of RGB (Red+Green+Blue) = 98+73+171=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #6249AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6249AB is #9DB654. Grayscale: #5B5B5B. Windows color (decimal): -10335829 or 11225442. OLE color: 11225442.

HSL color Cylindrical-coordinate representation of color #6249AB: hue angle of 255.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6249AB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 73 171 -
CMYK 0.43 0.57 0 0.33
HSL 255.31º 0.4% 0.48% -
HSV(B) 255.31º 0.57% 0.67% -
XYZ 14.77 10.3 39.74 -
YUV 91.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 98 73 171 0.43 0.57 0 0.33 255.31 0.4 0.48
Hex 62 49 AB 2B 39 0 21 FF 28 30
Octal 142 111 253 53 71 0 41 377 50 60
Binary 1100010 1001001 10101011 101011 111001 0 100001 11111111 101000 110000

Color Harmonies of #6249AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249AB

Black with #6249AB

Text Example


Text Example

White with #6249AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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