#6D5FBC

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

Shades of Blue Marguerite #6D5FBC

Tints of Blue Marguerite #6D5FBC

Color information

#6D5FBC (or 0x6D5FBC) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5F and BC. RGB value is (109,95,188). Sum of RGB (Red+Green+Blue) = 109+95+188=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FBC is #92A043. Grayscale: #6D6D6D. Windows color (decimal): -9609284 or 12345197. OLE color: 12345197.

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

Color convert

RGB10995188-
CMYK0.420.4900.26
HSL249.03º40.97%55.49%-
HSV(B)249.03º49.47%73.73%-
XYZ19.4815.0749.46-
YUV109.79172.14127.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=27.81%
G=24.23%
B=47.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal109951880.420.4900.26249.0340.9755.49
Hex6D5FBC2A3101Af92937
Octal15513727452610323715167
Binary110110110111111011110010101011000101101011111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,95,188); }

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

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

 a { background-color: rgb(109,95,188); }

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

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

 span { border-color: rgb(109,95,188); }

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