#655EBC

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

Shades of Blue Marguerite #655EBC

Tints of Blue Marguerite #655EBC

Color information

#655EBC (or 0x655EBC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5E and BC. RGB value is (101,94,188). Sum of RGB (Red+Green+Blue) = 101+94+188=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #655EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EBC is #9AA143. Grayscale: #6A6A6A. Windows color (decimal): -10133828 or 12344933. OLE color: 12344933.

HSL color Cylindrical-coordinate representation of color #655EBC: hue angle of 244.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655EBC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10194188-
CMYK0.460.5000.26
HSL244.47º41.23%55.29%-
HSV(B)244.47º50%73.73%-
XYZ18.4514.449.38-
YUV106.81173.82123.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=26.37%
G=24.54%
B=49.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101941880.460.5000.26244.4741.2355.29
Hex655EBC2E3201Af42937
Octal14513627456620323645167
Binary110010110111101011110010111011001001101011110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655EBC; }

 p { color: rgb(101,94,188); }

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

<style>
 a { background-color: #655EBC; }

 a { background-color: rgb(101,94,188); }

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

<style>
 span { border-color: #655EBC; }

 span { border-color: rgb(101,94,188); }

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