Html Css Color HEX #6048AA Blue Marguerite

📋 copy color: '#6048AA'

red 96 ◦ green 72 ◦ blue 170

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

Shades of Blue Marguerite #6048AA

Tints of Blue Marguerite #6048AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 28.4%
G = 21.3%
B = 50.3%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6048AA (or 0x6048AA) is known color: Blue Marguerite. HEX triplet: 60, 48 and AA. RGB value is (96,72,170). Sum of RGB (Red+Green+Blue) = 96+72+170=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6048AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6048AA is #9FB755. Grayscale: #595959. Windows color (decimal): -10467158 or 11159648. OLE color: 11159648.

HSL color Cylindrical-coordinate representation of color #6048AA: hue angle of 254.69º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6048AA is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 72 170 -
CMYK 0.44 0.58 0 0.33
HSL 254.69º 0.4% 0.47% -
HSV(B) 254.69º 0.58% 0.67% -
XYZ 14.4 10.02 39.21 -
YUV 90.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 96 72 170 0.44 0.58 0 0.33 254.69 0.4 0.47
Hex 60 48 AA 2C 3A 0 21 FF 28 2F
Octal 140 110 252 54 72 0 41 377 50 57
Binary 1100000 1001000 10101010 101100 111010 0 100001 11111111 101000 101111

Color Harmonies of #6048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048AA

Black with #6048AA

Text Example


Text Example

White with #6048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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