#6D5CAF

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

Shades of Blue Marguerite #6D5CAF

Tints of Blue Marguerite #6D5CAF

Color information

#6D5CAF (or 0x6D5CAF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5C and AF. RGB value is (109,92,175). Sum of RGB (Red+Green+Blue) = 109+92+175=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D5CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5CAF is #92A350. Grayscale: #6A6A6A. Windows color (decimal): -9610065 or 11492461. OLE color: 11492461.

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

Color convert

RGB10992175-
CMYK0.380.4700.31
HSL252.29º34.16%52.35%-
HSV(B)252.29º47.43%68.63%-
XYZ17.871442.32-
YUV106.54166.63129.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 92 (36.33% from 255) = 24.47%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=28.99%
G=24.47%
B=46.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109921750.380.4700.31252.2934.1652.35
Hex6D5CAF262F01Ffc2234
Octal15513425746570373744264
Binary110110110111001010111110011010111101111111111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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