Html Css Color HEX #6246BC Blue Marguerite

📋 copy color: '#6246BC'

red 98 ◦ green 70 ◦ blue 188

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

Shades of Blue Marguerite #6246BC

Tints of Blue Marguerite #6246BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

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

R = 27.53%
G = 19.66%
B = 52.81%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6246BC (or 0x6246BC) is known color: Blue Marguerite. HEX triplet: 62, 46 and BC. RGB value is (98,70,188). Sum of RGB (Red+Green+Blue) = 98+70+188=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #6246BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246BC is #9DB943. Grayscale: #5B5B5B. Windows color (decimal): -10336580 or 12338786. OLE color: 12338786.

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

Color convert

RGB 98 70 188 -
CMYK 0.48 0.63 0 0.26
HSL 254.24º 0.47% 0.51% -
HSV(B) 254.24º 0.63% 0.74% -
XYZ 16.3 10.61 48.77 -
YUV 91.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 98 70 188 0.48 0.63 0 0.26 254.24 0.47 0.51
Hex 62 46 BC 30 3F 0 1A FE 2F 33
Octal 142 106 274 60 77 0 32 376 57 63
Binary 1100010 1000110 10111100 110000 111111 0 11010 11111110 101111 110011

Color Harmonies of #6246BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6246BC

Black with #6246BC

Text Example


Text Example

White with #6246BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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