Html Css Color HEX #6048AF Blue Marguerite

📋 copy color: '#6048AF'

red 96 ◦ green 72 ◦ blue 175

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

Shades of Blue Marguerite #6048AF

Tints of Blue Marguerite #6048AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 27.99%
G = 20.99%
B = 51.02%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6048AF (or 0x6048AF) is known color: Blue Marguerite. HEX triplet: 60, 48 and AF. RGB value is (96,72,175). Sum of RGB (Red+Green+Blue) = 96+72+175=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #6048AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6048AF is #9FB750. Grayscale: #5A5A5A. Windows color (decimal): -10467153 or 11487328. OLE color: 11487328.

HSL color Cylindrical-coordinate representation of color #6048AF: hue angle of 253.98º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6048AF is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 72 175 -
CMYK 0.45 0.59 0 0.31
HSL 253.98º 0.42% 0.48% -
HSV(B) 253.98º 0.59% 0.69% -
XYZ 14.88 10.22 41.75 -
YUV 90.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 96 72 175 0.45 0.59 0 0.31 253.98 0.42 0.48
Hex 60 48 AF 2D 3B 0 1F FE 2A 30
Octal 140 110 257 55 73 0 37 376 52 60
Binary 1100000 1001000 10101111 101101 111011 0 11111 11111110 101010 110000

Color Harmonies of #6048AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048AF

Black with #6048AF

Text Example


Text Example

White with #6048AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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