#6E5CBF

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

Shades of Blue Marguerite #6E5CBF

Tints of Blue Marguerite #6E5CBF

Color information

#6E5CBF (or 0x6E5CBF) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5C and BF. RGB value is (110,92,191). Sum of RGB (Red+Green+Blue) = 110+92+191=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5CBF is #91A340. Grayscale: #6C6C6C. Windows color (decimal): -9544513 or 12541038. OLE color: 12541038.

HSL color Cylindrical-coordinate representation of color #6E5CBF: hue angle of 250.91º degrees, saturation: 0.44, 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 #6E5CBF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11092191-
CMYK0.420.5200.25
HSL250.91º43.61%55.49%-
HSV(B)250.91º51.83%74.9%-
XYZ19.6614.7351.1-
YUV108.67174.46128.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.99%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 191 (75% from 255) = 48.60%
R=27.99%
G=23.41%
B=48.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110921910.420.5200.25250.9143.6155.49
Hex6E5CBF2A34019fb2c37
Octal15613427752640313735467
Binary110111010111001011111110101011010001100111111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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