Html Css Color HEX #6159BA Blue Marguerite

📋 copy color: '#6159BA'

red 97 ◦ green 89 ◦ blue 186

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

Shades of Blue Marguerite #6159BA

Tints of Blue Marguerite #6159BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

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

R = 26.08%
G = 23.92%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6159BA (or 0x6159BA) is known color: Blue Marguerite. HEX triplet: 61, 59 and BA. RGB value is (97,89,186). Sum of RGB (Red+Green+Blue) = 97+89+186=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6159BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159BA is #9EA645. Grayscale: #666666. Windows color (decimal): -10397254 or 12212577. OLE color: 12212577.

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

Color convert

RGB 97 89 186 -
CMYK 0.48 0.52 0 0.27
HSL 244.95º 0.41% 0.54% -
HSV(B) 244.95º 0.52% 0.73% -
XYZ 17.37 13.23 48.09 -
YUV 102.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 97 89 186 0.48 0.52 0 0.27 244.95 0.41 0.54
Hex 61 59 BA 30 34 0 1B F5 29 36
Octal 141 131 272 60 64 0 33 365 51 66
Binary 1100001 1011001 10111010 110000 110100 0 11011 11110101 101001 110110

Color Harmonies of #6159BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6159BA

Black with #6159BA

Text Example


Text Example

White with #6159BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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