#6155BC

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

Shades of Blue Marguerite #6155BC

Tints of Blue Marguerite #6155BC

Color information

#6155BC (or 0x6155BC) is unknown color: approx Blue Marguerite. HEX triplet: 61, 55 and BC. RGB value is (97,85,188). Sum of RGB (Red+Green+Blue) = 97+85+188=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #6155BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155BC is #9EAA43. Grayscale: #636363. Windows color (decimal): -10398276 or 12342625. OLE color: 12342625.

HSL color Cylindrical-coordinate representation of color #6155BC: hue angle of 246.99º degrees, saturation: 0.43, 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 #6155BC is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9785188-
CMYK0.480.5500.26
HSL246.99º43.46%53.53%-
HSV(B)246.99º54.79%73.73%-
XYZ17.2612.6749.11-
YUV100.33177.48125.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=26.22%
G=22.97%
B=50.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97851880.480.5500.26246.9943.4653.53
Hex6155BC303701Af72b36
Octal14112527460670323675366
Binary110000110101011011110011000011011101101011110111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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