Html Css Color HEX #6158BA Blue Marguerite

📋 copy color: '#6158BA'

red 97 ◦ green 88 ◦ blue 186

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

Shades of Blue Marguerite #6158BA

Tints of Blue Marguerite #6158BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 26.15%
G = 23.72%
B = 50.13%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6158BA (or 0x6158BA) is known color: Blue Marguerite. HEX triplet: 61, 58 and BA. RGB value is (97,88,186). Sum of RGB (Red+Green+Blue) = 97+88+186=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6158BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158BA is #9EA745. Grayscale: #656565. Windows color (decimal): -10397510 or 12212321. OLE color: 12212321.

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

Color convert

RGB 97 88 186 -
CMYK 0.48 0.53 0 0.27
HSL 245.51º 0.42% 0.54% -
HSV(B) 245.51º 0.53% 0.73% -
XYZ 17.28 13.07 48.07 -
YUV 101.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 97 88 186 0.48 0.53 0 0.27 245.51 0.42 0.54
Hex 61 58 BA 30 35 0 1B F6 2A 36
Octal 141 130 272 60 65 0 33 366 52 66
Binary 1100001 1011000 10111010 110000 110101 0 11011 11110110 101010 110110

Color Harmonies of #6158BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6158BA

Black with #6158BA

Text Example


Text Example

White with #6158BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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