Html Css Color HEX #6249AC Blue Marguerite

📋 copy color: '#6249AC'

red 98 ◦ green 73 ◦ blue 172

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

Shades of Blue Marguerite #6249AC

Tints of Blue Marguerite #6249AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 28.57%
G = 21.28%
B = 50.15%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6249AC (or 0x6249AC) is known color: Blue Marguerite. HEX triplet: 62, 49 and AC. RGB value is (98,73,172). Sum of RGB (Red+Green+Blue) = 98+73+172=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #6249AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6249AC is #9DB653. Grayscale: #5B5B5B. Windows color (decimal): -10335828 or 11290978. OLE color: 11290978.

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

Color convert

RGB 98 73 172 -
CMYK 0.43 0.58 0 0.33
HSL 255.15º 0.4% 0.48% -
HSV(B) 255.15º 0.58% 0.67% -
XYZ 14.87 10.34 40.24 -
YUV 91.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 98 73 172 0.43 0.58 0 0.33 255.15 0.4 0.48
Hex 62 49 AC 2B 3A 0 21 FF 28 30
Octal 142 111 254 53 72 0 41 377 50 60
Binary 1100010 1001001 10101100 101011 111010 0 100001 11111111 101000 110000

Color Harmonies of #6249AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249AC

Black with #6249AC

Text Example


Text Example

White with #6249AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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