Html Css Color HEX #6053AB Blue Marguerite

📋 copy color: '#6053AB'

red 96 ◦ green 83 ◦ blue 171

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

Shades of Blue Marguerite #6053AB

Tints of Blue Marguerite #6053AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 27.43%
G = 23.71%
B = 48.86%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6053AB (or 0x6053AB) is known color: Blue Marguerite. HEX triplet: 60, 53 and AB. RGB value is (96,83,171). Sum of RGB (Red+Green+Blue) = 96+83+171=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #6053AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6053AB is #9FAC54. Grayscale: #606060. Windows color (decimal): -10464341 or 11228000. OLE color: 11228000.

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

Color convert

RGB 96 83 171 -
CMYK 0.44 0.51 0 0.33
HSL 248.86º 0.35% 0.5% -
HSV(B) 248.86º 0.51% 0.67% -
XYZ 15.27 11.61 39.97 -
YUV 96.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 96 83 171 0.44 0.51 0 0.33 248.86 0.35 0.5
Hex 60 53 AB 2C 33 0 21 F9 23 32
Octal 140 123 253 54 63 0 41 371 43 62
Binary 1100000 1010011 10101011 101100 110011 0 100001 11111001 100011 110010

Color Harmonies of #6053AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053AB

Black with #6053AB

Text Example


Text Example

White with #6053AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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