#6E5DBF

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

Shades of Blue Marguerite #6E5DBF

Tints of Blue Marguerite #6E5DBF

Color information

#6E5DBF (or 0x6E5DBF) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5D and BF. RGB value is (110,93,191). Sum of RGB (Red+Green+Blue) = 110+93+191=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DBF is #91A240. Grayscale: #6C6C6C. Windows color (decimal): -9544257 or 12541294. OLE color: 12541294.

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

Color convert

RGB11093191-
CMYK0.420.5100.25
HSL250.41º43.36%55.69%-
HSV(B)250.41º51.31%74.9%-
XYZ19.7514.9151.13-
YUV109.26174.13128.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 191 (75% from 255) = 48.48%
R=27.92%
G=23.60%
B=48.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110931910.420.5100.25250.4143.3655.69
Hex6E5DBF2A33019fa2b38
Octal15613527752630313725370
Binary110111010111011011111110101011001101100111111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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