#615BBC

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

Shades of Blue Marguerite #615BBC

Tints of Blue Marguerite #615BBC

Color information

#615BBC (or 0x615BBC) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5B and BC. RGB value is (97,91,188). Sum of RGB (Red+Green+Blue) = 97+91+188=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #615BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BBC is #9EA443. Grayscale: #676767. Windows color (decimal): -10396740 or 12344161. OLE color: 12344161.

HSL color Cylindrical-coordinate representation of color #615BBC: hue angle of 243.71º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #615BBC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9791188-
CMYK0.480.5200.26
HSL243.71º41.99%54.71%-
HSV(B)243.71º51.6%73.73%-
XYZ17.7513.6549.28-
YUV103.85175.49123.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 188 (73.83% from 255) = 50%
R=25.80%
G=24.20%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97911880.480.5200.26243.7141.9954.71
Hex615BBC303401Af42a37
Octal14113327460640323645267
Binary110000110110111011110011000011010001101011110100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615BBC; }

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

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

<style>
 a { background-color: #615BBC; }

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

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

<style>
 span { border-color: #615BBC; }

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

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