Html Css Color HEX #6248AC Blue Marguerite

📋 copy color: '#6248AC'

red 98 ◦ green 72 ◦ blue 172

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

Shades of Blue Marguerite #6248AC

Tints of Blue Marguerite #6248AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 28.65%
G = 21.05%
B = 50.29%

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

#6248AC (or 0x6248AC) is known color: Blue Marguerite. HEX triplet: 62, 48 and AC. RGB value is (98,72,172). Sum of RGB (Red+Green+Blue) = 98+72+172=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #6248AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6248AC is #9DB753. Grayscale: #5A5A5A. Windows color (decimal): -10336084 or 11290722. OLE color: 11290722.

HSL color Cylindrical-coordinate representation of color #6248AC: hue angle of 255.6º degrees, saturation: 0.41, 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 #6248AC is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 72 172 -
CMYK 0.43 0.58 0 0.33
HSL 255.6º 0.41% 0.48% -
HSV(B) 255.6º 0.58% 0.67% -
XYZ 14.8 10.21 40.22 -
YUV 91.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 98 72 172 0.43 0.58 0 0.33 255.6 0.41 0.48
Hex 62 48 AC 2B 3A 0 21 100 29 30
Octal 142 110 254 53 72 0 41 400 51 60
Binary 1100010 1001000 10101100 101011 111010 0 100001 100000000 101001 110000

Color Harmonies of #6248AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6248AC

Black with #6248AC

Text Example


Text Example

White with #6248AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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