#6D5CB0

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

Shades of Blue Marguerite #6D5CB0

Tints of Blue Marguerite #6D5CB0

Color information

#6D5CB0 (or 0x6D5CB0) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5C and B0. RGB value is (109,92,176). Sum of RGB (Red+Green+Blue) = 109+92+176=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D5CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5CB0 is #92A34F. Grayscale: #6A6A6A. Windows color (decimal): -9610064 or 11557997. OLE color: 11557997.

HSL color Cylindrical-coordinate representation of color #6D5CB0: hue angle of 252.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D5CB0 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10992176-
CMYK0.380.4800.31
HSL252.14º34.71%52.55%-
HSV(B)252.14º47.73%69.02%-
XYZ17.9714.0442.84-
YUV106.66167.13129.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 176 (69.14% from 255) = 46.68%
R=28.91%
G=24.40%
B=46.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109921760.380.4800.31252.1434.7152.55
Hex6D5CB0263001Ffc2335
Octal15513426046600373744365
Binary110110110111001011000010011011000001111111111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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