Html Css Color HEX #6248BC Blue Marguerite

📋 copy color: '#6248BC'

red 98 ◦ green 72 ◦ blue 188

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

Shades of Blue Marguerite #6248BC

Tints of Blue Marguerite #6248BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 27.37%
G = 20.11%
B = 52.51%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6248BC (or 0x6248BC) is known color: Blue Marguerite. HEX triplet: 62, 48 and BC. RGB value is (98,72,188). Sum of RGB (Red+Green+Blue) = 98+72+188=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #6248BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248BC is #9DB743. Grayscale: #5C5C5C. Windows color (decimal): -10336068 or 12339298. OLE color: 12339298.

HSL color Cylindrical-coordinate representation of color #6248BC: hue angle of 253.45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6248BC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 72 188 -
CMYK 0.48 0.62 0 0.26
HSL 253.45º 0.46% 0.51% -
HSV(B) 253.45º 0.62% 0.74% -
XYZ 16.43 10.86 48.81 -
YUV 93 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 98 72 188 0.48 0.62 0 0.26 253.45 0.46 0.51
Hex 62 48 BC 30 3E 0 1A FD 2E 33
Octal 142 110 274 60 76 0 32 375 56 63
Binary 1100010 1001000 10111100 110000 111110 0 11010 11111101 101110 110011

Color Harmonies of #6248BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6248BC

Black with #6248BC

Text Example


Text Example

White with #6248BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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