#6561BE

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

Shades of Blue Marguerite #6561BE

Tints of Blue Marguerite #6561BE

Color information

#6561BE (or 0x6561BE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 61 and BE. RGB value is (101,97,190). Sum of RGB (Red+Green+Blue) = 101+97+190=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6561BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561BE is #9A9E41. Grayscale: #6C6C6C. Windows color (decimal): -10133058 or 12476773. OLE color: 12476773.

HSL color Cylindrical-coordinate representation of color #6561BE: hue angle of 242.58º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6561BE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10197190-
CMYK0.470.4900.25
HSL242.58º41.7%56.27%-
HSV(B)242.58º48.95%74.51%-
XYZ18.9415.0350.62-
YUV108.8173.83122.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=26.03%
G=25%
B=48.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101971900.470.4900.25242.5841.756.27
Hex6561BE2F31019f32a38
Octal14514127657610313635270
Binary110010111000011011111010111111000101100111110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6561BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6561BE; }

 p { color: rgb(101,97,190); }

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

<style>
 a { background-color: #6561BE; }

 a { background-color: rgb(101,97,190); }

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

<style>
 span { border-color: #6561BE; }

 span { border-color: rgb(101,97,190); }

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