Html Css Color HEX #6052BA Blue Marguerite

📋 copy color: '#6052BA'

red 96 ◦ green 82 ◦ blue 186

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

Shades of Blue Marguerite #6052BA

Tints of Blue Marguerite #6052BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 26.37%
G = 22.53%
B = 51.1%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6052BA (or 0x6052BA) is known color: Blue Marguerite. HEX triplet: 60, 52 and BA. RGB value is (96,82,186). Sum of RGB (Red+Green+Blue) = 96+82+186=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #6052BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052BA is #9FAD45. Grayscale: #616161. Windows color (decimal): -10464582 or 12210784. OLE color: 12210784.

HSL color Cylindrical-coordinate representation of color #6052BA: hue angle of 248.08º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6052BA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 82 186 -
CMYK 0.48 0.56 0 0.27
HSL 248.08º 0.43% 0.53% -
HSV(B) 248.08º 0.56% 0.73% -
XYZ 16.7 12.07 47.9 -
YUV 98.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 96 82 186 0.48 0.56 0 0.27 248.08 0.43 0.53
Hex 60 52 BA 30 38 0 1B F8 2B 35
Octal 140 122 272 60 70 0 33 370 53 65
Binary 1100000 1010010 10111010 110000 111000 0 11011 11111000 101011 110101

Color Harmonies of #6052BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6052BA

Black with #6052BA

Text Example


Text Example

White with #6052BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6052BA; }

 p { color: rgb(96,82,186); }

 H1.HeaderClassName
 {
   color: #6052BA;
 }
 .AnyTagClassName
 {
   color: #6052BA;
 }
</style>

background-color css

<style>
 a { background-color: #6052BA; }

 a { background-color: rgb(96,82,186); }

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

border-color css

<style>
 span { border-color: #6052BA; }

 span { border-color: rgb(96,82,186); }

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