Html Css Color HEX #6156BD Blue Marguerite

📋 copy color: '#6156BD'

red 97 ◦ green 86 ◦ blue 189

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

Shades of Blue Marguerite #6156BD

Tints of Blue Marguerite #6156BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

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

R = 26.08%
G = 23.12%
B = 50.81%

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

#6156BD (or 0x6156BD) is known color: Blue Marguerite. HEX triplet: 61, 56 and BD. RGB value is (97,86,189). Sum of RGB (Red+Green+Blue) = 97+86+189=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #6156BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6156BD is #9EA942. Grayscale: #646464. Windows color (decimal): -10398019 or 12408417. OLE color: 12408417.

HSL color Cylindrical-coordinate representation of color #6156BD: hue angle of 246.41º 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 #6156BD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 86 189 -
CMYK 0.49 0.54 0 0.26
HSL 246.41º 0.44% 0.54% -
HSV(B) 246.41º 0.54% 0.74% -
XYZ 17.44 12.87 49.71 -
YUV 101.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 97 86 189 0.49 0.54 0 0.26 246.41 0.44 0.54
Hex 61 56 BD 31 36 0 1A F6 2C 36
Octal 141 126 275 61 66 0 32 366 54 66
Binary 1100001 1010110 10111101 110001 110110 0 11010 11110110 101100 110110

Color Harmonies of #6156BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6156BD

Black with #6156BD

Text Example


Text Example

White with #6156BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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