#655FBD

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

Shades of Blue Marguerite #655FBD

Tints of Blue Marguerite #655FBD

Color information

#655FBD (or 0x655FBD) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5F and BD. RGB value is (101,95,189). Sum of RGB (Red+Green+Blue) = 101+95+189=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #655FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FBD is #9AA042. Grayscale: #6B6B6B. Windows color (decimal): -10133571 or 12410725. OLE color: 12410725.

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

Color convert

RGB10195189-
CMYK0.470.5000.26
HSL243.83º41.59%55.69%-
HSV(B)243.83º49.74%74.12%-
XYZ18.6414.6349.98-
YUV107.51173.99123.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=26.23%
G=24.68%
B=49.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101951890.470.5000.26243.8341.5955.69
Hex655FBD2F3201Af42a38
Octal14513727557620323645270
Binary110010110111111011110110111111001001101011110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,189); }

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

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

 a { background-color: rgb(101,95,189); }

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

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

 span { border-color: rgb(101,95,189); }

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