#6E61BB

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

Shades of Blue Marguerite #6E61BB

Tints of Blue Marguerite #6E61BB

Color information

#6E61BB (or 0x6E61BB) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 61 and BB. RGB value is (110,97,187). Sum of RGB (Red+Green+Blue) = 110+97+187=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E61BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E61BB is #919E44. Grayscale: #6E6E6E. Windows color (decimal): -9543237 or 12280174. OLE color: 12280174.

HSL color Cylindrical-coordinate representation of color #6E61BB: hue angle of 248.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E61BB is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11097187-
CMYK0.410.4800.27
HSL248.67º39.82%55.69%-
HSV(B)248.67º48.13%73.33%-
XYZ19.6715.4548.96-
YUV111.15170.81127.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=27.92%
G=24.62%
B=47.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110971870.410.4800.27248.6739.8255.69
Hex6E61BB293001Bf92838
Octal15614127351600333715070
Binary110111011000011011101110100111000001101111111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,97,187); }

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

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

 a { background-color: rgb(110,97,187); }

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

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

 span { border-color: rgb(110,97,187); }

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