#6D5CBE

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

Shades of Blue Marguerite #6D5CBE

Tints of Blue Marguerite #6D5CBE

Color information

#6D5CBE (or 0x6D5CBE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5C and BE. RGB value is (109,92,190). Sum of RGB (Red+Green+Blue) = 109+92+190=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5CBE is #92A341. Grayscale: #6B6B6B. Windows color (decimal): -9610050 or 12475501. OLE color: 12475501.

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

Color convert

RGB10992190-
CMYK0.430.5200.25
HSL250.41º42.98%55.29%-
HSV(B)250.41º51.58%74.51%-
XYZ19.4314.6250.51-
YUV108.26174.13128.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=27.88%
G=23.53%
B=48.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109921900.430.5200.25250.4142.9855.29
Hex6D5CBE2B34019fa2b37
Octal15513427653640313725367
Binary110110110111001011111010101111010001100111111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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