Html Css Color HEX #6154AB Blue Marguerite

📋 copy color: '#6154AB'

red 97 ◦ green 84 ◦ blue 171

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

Shades of Blue Marguerite #6154AB

Tints of Blue Marguerite #6154AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

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

R = 27.56%
G = 23.86%
B = 48.58%

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

#6154AB (or 0x6154AB) is known color: Blue Marguerite. HEX triplet: 61, 54 and AB. RGB value is (97,84,171). Sum of RGB (Red+Green+Blue) = 97+84+171=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #6154AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6154AB is #9EAB54. Grayscale: #616161. Windows color (decimal): -10398549 or 11228257. OLE color: 11228257.

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

Color convert

RGB 97 84 171 -
CMYK 0.43 0.51 0 0.33
HSL 248.97º 0.34% 0.5% -
HSV(B) 248.97º 0.51% 0.67% -
XYZ 15.45 11.82 40 -
YUV 97.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 97 84 171 0.43 0.51 0 0.33 248.97 0.34 0.5
Hex 61 54 AB 2B 33 0 21 F9 22 32
Octal 141 124 253 53 63 0 41 371 42 62
Binary 1100001 1010100 10101011 101011 110011 0 100001 11111001 100010 110010

Color Harmonies of #6154AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6154AB

Black with #6154AB

Text Example


Text Example

White with #6154AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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