Html Css Color HEX #6049BD Blue Marguerite

📋 copy color: '#6049BD'

red 96 ◦ green 73 ◦ blue 189

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

Shades of Blue Marguerite #6049BD

Tints of Blue Marguerite #6049BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 26.82%
G = 20.39%
B = 52.79%

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

#6049BD (or 0x6049BD) is known color: Blue Marguerite. HEX triplet: 60, 49 and BD. RGB value is (96,73,189). Sum of RGB (Red+Green+Blue) = 96+73+189=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #6049BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049BD is #9FB642. Grayscale: #5C5C5C. Windows color (decimal): -10466883 or 12405088. OLE color: 12405088.

HSL color Cylindrical-coordinate representation of color #6049BD: hue angle of 251.9º degrees, saturation: 0.47, 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 #6049BD is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 73 189 -
CMYK 0.49 0.61 0 0.26
HSL 251.9º 0.47% 0.51% -
HSV(B) 251.9º 0.61% 0.74% -
XYZ 16.39 10.93 49.39 -
YUV 93.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 96 73 189 0.49 0.61 0 0.26 251.9 0.47 0.51
Hex 60 49 BD 31 3D 0 1A FC 2F 33
Octal 140 111 275 61 75 0 32 374 57 63
Binary 1100000 1001001 10111101 110001 111101 0 11010 11111100 101111 110011

Color Harmonies of #6049BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049BD

Black with #6049BD

Text Example


Text Example

White with #6049BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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