Html Css Color HEX #6247BC Blue Marguerite

📋 copy color: '#6247BC'

red 98 ◦ green 71 ◦ blue 188

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

Shades of Blue Marguerite #6247BC

Tints of Blue Marguerite #6247BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 27.45%
G = 19.89%
B = 52.66%

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

#6247BC (or 0x6247BC) is known color: Blue Marguerite. HEX triplet: 62, 47 and BC. RGB value is (98,71,188). Sum of RGB (Red+Green+Blue) = 98+71+188=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6247BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247BC is #9DB843. Grayscale: #5B5B5B. Windows color (decimal): -10336324 or 12339042. OLE color: 12339042.

HSL color Cylindrical-coordinate representation of color #6247BC: hue angle of 253.85º degrees, saturation: 0.47, 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 #6247BC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 71 188 -
CMYK 0.48 0.62 0 0.26
HSL 253.85º 0.47% 0.51% -
HSV(B) 253.85º 0.62% 0.74% -
XYZ 16.37 10.73 48.79 -
YUV 92.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 98 71 188 0.48 0.62 0 0.26 253.85 0.47 0.51
Hex 62 47 BC 30 3E 0 1A FE 2F 33
Octal 142 107 274 60 76 0 32 376 57 63
Binary 1100010 1000111 10111100 110000 111110 0 11010 11111110 101111 110011

Color Harmonies of #6247BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6247BC

Black with #6247BC

Text Example


Text Example

White with #6247BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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