Html Css Color HEX #6048BE Blue Marguerite

📋 copy color: '#6048BE'

red 96 ◦ green 72 ◦ blue 190

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

Shades of Blue Marguerite #6048BE

Tints of Blue Marguerite #6048BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 26.82%
G = 20.11%
B = 53.07%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6048BE (or 0x6048BE) is known color: Blue Marguerite. HEX triplet: 60, 48 and BE. RGB value is (96,72,190). Sum of RGB (Red+Green+Blue) = 96+72+190=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #6048BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048BE is #9FB741. Grayscale: #5C5C5C. Windows color (decimal): -10467138 or 12470368. OLE color: 12470368.

HSL color Cylindrical-coordinate representation of color #6048BE: hue angle of 252.2º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6048BE is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 72 190 -
CMYK 0.49 0.62 0 0.25
HSL 252.2º 0.48% 0.51% -
HSV(B) 252.2º 0.62% 0.75% -
XYZ 16.44 10.84 49.94 -
YUV 92.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 96 72 190 0.49 0.62 0 0.25 252.2 0.48 0.51
Hex 60 48 BE 31 3E 0 19 FC 30 33
Octal 140 110 276 61 76 0 31 374 60 63
Binary 1100000 1001000 10111110 110001 111110 0 11001 11111100 110000 110011

Color Harmonies of #6048BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048BE

Black with #6048BE

Text Example


Text Example

White with #6048BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6048BE; }

 p { color: rgb(96,72,190); }

 H1.HeaderClassName
 {
   color: #6048BE;
 }
 .AnyTagClassName
 {
   color: #6048BE;
 }
</style>

background-color css

<style>
 a { background-color: #6048BE; }

 a { background-color: rgb(96,72,190); }

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

border-color css

<style>
 span { border-color: #6048BE; }

 span { border-color: rgb(96,72,190); }

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