Html Css Color HEX #6157BD Blue Marguerite

📋 copy color: '#6157BD'

red 97 ◦ green 87 ◦ blue 189

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

Shades of Blue Marguerite #6157BD

Tints of Blue Marguerite #6157BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 26.01%
G = 23.32%
B = 50.67%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6157BD (or 0x6157BD) is known color: Blue Marguerite. HEX triplet: 61, 57 and BD. RGB value is (97,87,189). Sum of RGB (Red+Green+Blue) = 97+87+189=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #6157BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157BD is #9EA842. Grayscale: #656565. Windows color (decimal): -10397763 or 12408673. OLE color: 12408673.

HSL color Cylindrical-coordinate representation of color #6157BD: hue angle of 245.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6157BD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 87 189 -
CMYK 0.49 0.54 0 0.26
HSL 245.88º 0.44% 0.54% -
HSV(B) 245.88º 0.54% 0.74% -
XYZ 17.52 13.03 49.74 -
YUV 101.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 97 87 189 0.49 0.54 0 0.26 245.88 0.44 0.54
Hex 61 57 BD 31 36 0 1A F6 2C 36
Octal 141 127 275 61 66 0 32 366 54 66
Binary 1100001 1010111 10111101 110001 110110 0 11010 11110110 101100 110110

Color Harmonies of #6157BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6157BD

Black with #6157BD

Text Example


Text Example

White with #6157BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6157BD; }

 p { color: rgb(97,87,189); }

 H1.HeaderClassName
 {
   color: #6157BD;
 }
 .AnyTagClassName
 {
   color: #6157BD;
 }
</style>

background-color css

<style>
 a { background-color: #6157BD; }

 a { background-color: rgb(97,87,189); }

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

border-color css

<style>
 span { border-color: #6157BD; }

 span { border-color: rgb(97,87,189); }

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