Html Css Color HEX #6053AC Blue Marguerite

📋 copy color: '#6053AC'

red 96 ◦ green 83 ◦ blue 172

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

Shades of Blue Marguerite #6053AC

Tints of Blue Marguerite #6053AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 27.35%
G = 23.65%
B = 49%

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

#6053AC (or 0x6053AC) is known color: Blue Marguerite. HEX triplet: 60, 53 and AC. RGB value is (96,83,172). Sum of RGB (Red+Green+Blue) = 96+83+172=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #6053AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6053AC is #9FAC53. Grayscale: #606060. Windows color (decimal): -10464340 or 11293536. OLE color: 11293536.

HSL color Cylindrical-coordinate representation of color #6053AC: hue angle of 248.76º 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 #6053AC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 83 172 -
CMYK 0.44 0.52 0 0.33
HSL 248.76º 0.35% 0.5% -
HSV(B) 248.76º 0.52% 0.67% -
XYZ 15.36 11.65 40.47 -
YUV 97.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 96 83 172 0.44 0.52 0 0.33 248.76 0.35 0.5
Hex 60 53 AC 2C 34 0 21 F9 23 32
Octal 140 123 254 54 64 0 41 371 43 62
Binary 1100000 1010011 10101100 101100 110100 0 100001 11111001 100011 110010

Color Harmonies of #6053AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053AC

Black with #6053AC

Text Example


Text Example

White with #6053AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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