Html Css Color HEX #6153AB Blue Marguerite

📋 copy color: '#6153AB'

red 97 ◦ green 83 ◦ blue 171

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

Shades of Blue Marguerite #6153AB

Tints of Blue Marguerite #6153AB

RGB

 RED value IS 97 (38.28% from 255) = 27.64%

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

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

R = 27.64%
G = 23.65%
B = 48.72%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6153AB (or 0x6153AB) is known color: Blue Marguerite. HEX triplet: 61, 53 and AB. RGB value is (97,83,171). Sum of RGB (Red+Green+Blue) = 97+83+171=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #6153AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153AB is #9EAC54. Grayscale: #606060. Windows color (decimal): -10398805 or 11228001. OLE color: 11228001.

HSL color Cylindrical-coordinate representation of color #6153AB: hue angle of 249.55º 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 #6153AB is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 83 171 -
CMYK 0.43 0.51 0 0.33
HSL 249.55º 0.35% 0.5% -
HSV(B) 249.55º 0.51% 0.67% -
XYZ 15.37 11.67 39.97 -
YUV 97.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 97 83 171 0.43 0.51 0 0.33 249.55 0.35 0.5
Hex 61 53 AB 2B 33 0 21 FA 23 32
Octal 141 123 253 53 63 0 41 372 43 62
Binary 1100001 1010011 10101011 101011 110011 0 100001 11111010 100011 110010

Color Harmonies of #6153AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153AB

Black with #6153AB

Text Example


Text Example

White with #6153AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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