Html Css Color HEX #6052AC Blue Marguerite

📋 copy color: '#6052AC'

red 96 ◦ green 82 ◦ blue 172

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

Shades of Blue Marguerite #6052AC

Tints of Blue Marguerite #6052AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 27.43%
G = 23.43%
B = 49.14%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6052AC (or 0x6052AC) is known color: Blue Marguerite. HEX triplet: 60, 52 and AC. RGB value is (96,82,172). Sum of RGB (Red+Green+Blue) = 96+82+172=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #6052AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6052AC is #9FAD53. Grayscale: #606060. Windows color (decimal): -10464596 or 11293280. OLE color: 11293280.

HSL color Cylindrical-coordinate representation of color #6052AC: hue angle of 249.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6052AC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 82 172 -
CMYK 0.44 0.52 0 0.33
HSL 249.33º 0.35% 0.5% -
HSV(B) 249.33º 0.52% 0.67% -
XYZ 15.29 11.5 40.44 -
YUV 96.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 96 82 172 0.44 0.52 0 0.33 249.33 0.35 0.5
Hex 60 52 AC 2C 34 0 21 F9 23 32
Octal 140 122 254 54 64 0 41 371 43 62
Binary 1100000 1010010 10101100 101100 110100 0 100001 11111001 100011 110010

Color Harmonies of #6052AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6052AC

Black with #6052AC

Text Example


Text Example

White with #6052AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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