Html Css Color HEX #6049BC Blue Marguerite

📋 copy color: '#6049BC'

red 96 ◦ green 73 ◦ blue 188

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

Shades of Blue Marguerite #6049BC

Tints of Blue Marguerite #6049BC

RGB

 RED value IS 96 (37.89% from 255) = 26.89%

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

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

R = 26.89%
G = 20.45%
B = 52.66%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6049BC (or 0x6049BC) is known color: Blue Marguerite. HEX triplet: 60, 49 and BC. RGB value is (96,73,188). Sum of RGB (Red+Green+Blue) = 96+73+188=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 73 (28.91% from 255 or 20.45% 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 #6049BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049BC is #9FB643. Grayscale: #5C5C5C. Windows color (decimal): -10466884 or 12339552. OLE color: 12339552.

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

Color convert

RGB 96 73 188 -
CMYK 0.49 0.61 0 0.26
HSL 252º 0.46% 0.51% -
HSV(B) 252º 0.61% 0.74% -
XYZ 16.28 10.88 48.82 -
YUV 92.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 96 73 188 0.49 0.61 0 0.26 252 0.46 0.51
Hex 60 49 BC 31 3D 0 1A FC 2E 33
Octal 140 111 274 61 75 0 32 374 56 63
Binary 1100000 1001001 10111100 110001 111101 0 11010 11111100 101110 110011

Color Harmonies of #6049BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049BC

Black with #6049BC

Text Example


Text Example

White with #6049BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,73,188); }

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

background-color css

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

 a { background-color: rgb(96,73,188); }

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

border-color css

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

 span { border-color: rgb(96,73,188); }

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