Html Css Color HEX #6154BA Blue Marguerite

📋 copy color: '#6154BA'

red 97 ◦ green 84 ◦ blue 186

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

Shades of Blue Marguerite #6154BA

Tints of Blue Marguerite #6154BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 26.43%
G = 22.89%
B = 50.68%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6154BA (or 0x6154BA) is known color: Blue Marguerite. HEX triplet: 61, 54 and BA. RGB value is (97,84,186). Sum of RGB (Red+Green+Blue) = 97+84+186=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #6154BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154BA is #9EAB45. Grayscale: #636363. Windows color (decimal): -10398534 or 12211297. OLE color: 12211297.

HSL color Cylindrical-coordinate representation of color #6154BA: hue angle of 247.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6154BA is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 84 186 -
CMYK 0.48 0.55 0 0.27
HSL 247.65º 0.43% 0.53% -
HSV(B) 247.65º 0.55% 0.73% -
XYZ 16.96 12.43 47.96 -
YUV 99.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 97 84 186 0.48 0.55 0 0.27 247.65 0.43 0.53
Hex 61 54 BA 30 37 0 1B F8 2A 35
Octal 141 124 272 60 67 0 33 370 52 65
Binary 1100001 1010100 10111010 110000 110111 0 11011 11111000 101010 110101

Color Harmonies of #6154BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6154BA

Black with #6154BA

Text Example


Text Example

White with #6154BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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