#6E5CB1

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

Shades of Blue Marguerite #6E5CB1

Tints of Blue Marguerite #6E5CB1

Color information

#6E5CB1 (or 0x6E5CB1) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5C and B1. RGB value is (110,92,177). Sum of RGB (Red+Green+Blue) = 110+92+177=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E5CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5CB1 is #91A34E. Grayscale: #6A6A6A. Windows color (decimal): -9544527 or 11623534. OLE color: 11623534.

HSL color Cylindrical-coordinate representation of color #6E5CB1: hue angle of 252.71º 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 #6E5CB1 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11092177-
CMYK0.380.4800.31
HSL252.71º35.27%52.75%-
HSV(B)252.71º48.02%69.41%-
XYZ18.1914.1443.37-
YUV107.07167.46130.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 177 (69.53% from 255) = 46.70%
R=29.02%
G=24.27%
B=46.70%

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
Decimal110921770.380.4800.31252.7135.2752.75
Hex6E5CB1263001Ffd2335
Octal15613426146600373754365
Binary110111010111001011000110011011000001111111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,92,177); }

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

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

 a { background-color: rgb(110,92,177); }

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

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

 span { border-color: rgb(110,92,177); }

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