#6D5ABF

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

Shades of Blue Marguerite #6D5ABF

Tints of Blue Marguerite #6D5ABF

Color information

#6D5ABF (or 0x6D5ABF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5A and BF. RGB value is (109,90,191). Sum of RGB (Red+Green+Blue) = 109+90+191=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ABF is #92A540. Grayscale: #6A6A6A. Windows color (decimal): -9610561 or 12540525. OLE color: 12540525.

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

Color convert

RGB10990191-
CMYK0.430.5300.25
HSL251.29º44.1%55.1%-
HSV(B)251.29º52.88%74.9%-
XYZ19.3714.3351.03-
YUV107.2175.29129.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.95%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 191 (75% from 255) = 48.97%
R=27.95%
G=23.08%
B=48.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109901910.430.5300.25251.2944.155.1
Hex6D5ABF2B35019fb2c37
Octal15513227753650313735467
Binary110110110110101011111110101111010101100111111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,191); }

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

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

 a { background-color: rgb(109,90,191); }

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

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

 span { border-color: rgb(109,90,191); }

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