#6155BD

Color #6155BD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6155BD

Tints of Blue Marguerite #6155BD

Color information

#6155BD (or 0x6155BD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 55 and BD. RGB value is (97,85,189). Sum of RGB (Red+Green+Blue) = 97+85+189=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #6155BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155BD is #9EAA42. Grayscale: #646464. Windows color (decimal): -10398275 or 12408161. OLE color: 12408161.

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

Color convert

RGB9785189-
CMYK0.490.5500.26
HSL246.92º44.07%53.73%-
HSV(B)246.92º55.03%74.12%-
XYZ17.3612.7149.68-
YUV100.44177.98125.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=26.15%
G=22.91%
B=50.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97851890.490.5500.26246.9244.0753.73
Hex6155BD313701Af72c36
Octal14112527561670323675466
Binary110000110101011011110111000111011101101011110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6155BD;
 }
 .AnyTagClassName
 {
   color: #6155BD;
 }
</style>
background-color css

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

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

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

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

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

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