#6E4FBC

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

Shades of Blue Marguerite #6E4FBC

Tints of Blue Marguerite #6E4FBC

Color information

#6E4FBC (or 0x6E4FBC) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4F and BC. RGB value is (110,79,188). Sum of RGB (Red+Green+Blue) = 110+79+188=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FBC is #91B043. Grayscale: #646464. Windows color (decimal): -9547844 or 12341102. OLE color: 12341102.

HSL color Cylindrical-coordinate representation of color #6E4FBC: hue angle of 257.06º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E4FBC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11079188-
CMYK0.410.5800.26
HSL257.06º44.86%52.35%-
HSV(B)257.06º57.98%73.73%-
XYZ18.312.5449.03-
YUV100.7177.27134.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=29.18%
G=20.95%
B=49.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110791880.410.5800.26257.0644.8652.35
Hex6E4FBC293A01A1012d34
Octal15611727451720324015564
Binary1101110100111110111100101001111010011010100000001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,79,188); }

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

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

 a { background-color: rgb(110,79,188); }

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

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

 span { border-color: rgb(110,79,188); }

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