#6d51be

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

Shades of Blue Marguerite #6D51BE

Tints of Blue Marguerite #6D51BE

Color information

#6D51BE (or 0x6D51BE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 51 and BE. RGB value is (109,81,190). Sum of RGB (Red+Green+Blue) = 109+81+190=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D51BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51BE is #92AE41. Grayscale: #656565. Windows color (decimal): -9612866 or 12472685. OLE color: 12472685.

HSL color Cylindrical-coordinate representation of color #6D51BE: hue angle of 255.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D51BE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10981190-
CMYK0.430.5700.25
HSL255.41º45.61%53.14%-
HSV(B)255.41º57.37%74.51%-
XYZ18.5412.8550.22-
YUV101.8177.78133.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 190 (74.61% from 255) = 50%
R=28.68%
G=21.32%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109811900.430.5700.25255.4145.6153.14
Hex6D51BE2B39019ff2e35
Octal15512127653710313775665
Binary110110110100011011111010101111100101100111111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d51be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6d51be; }

 p { color: rgb(109,81,190); }

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

<style>
 a { background-color: #6d51be; }

 a { background-color: rgb(109,81,190); }

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

<style>
 span { border-color: #6d51be; }

 span { border-color: rgb(109,81,190); }

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