#6E63BA

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

Shades of Blue Marguerite #6E63BA

Tints of Blue Marguerite #6E63BA

Color information

#6E63BA (or 0x6E63BA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 63 and BA. RGB value is (110,99,186). Sum of RGB (Red+Green+Blue) = 110+99+186=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E63BA is #919C45. Grayscale: #6F6F6F. Windows color (decimal): -9542726 or 12215150. OLE color: 12215150.

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

Color convert

RGB11099186-
CMYK0.410.4700.27
HSL247.59º38.67%55.88%-
HSV(B)247.59º46.77%72.94%-
XYZ19.7615.7848.46-
YUV112.21169.64126.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=27.85%
G=25.06%
B=47.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110991860.410.4700.27247.5938.6755.88
Hex6E63BA292F01Bf82738
Octal15614327251570333704770
Binary110111011000111011101010100110111101101111111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,99,186); }

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

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

 a { background-color: rgb(110,99,186); }

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

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

 span { border-color: rgb(110,99,186); }

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