#6E63AD

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

Shades of Blue Marguerite #6E63AD

Tints of Blue Marguerite #6E63AD

Color information

#6E63AD (or 0x6E63AD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 63 and AD. RGB value is (110,99,173). Sum of RGB (Red+Green+Blue) = 110+99+173=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E63AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E63AD is #919C52. Grayscale: #6E6E6E. Windows color (decimal): -9542739 or 11363182. OLE color: 11363182.

HSL color Cylindrical-coordinate representation of color #6E63AD: hue angle of 248.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E63AD is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11099173-
CMYK0.360.4300.32
HSL248.92º31.09%53.33%-
HSV(B)248.92º42.77%67.84%-
XYZ18.4415.2641.51-
YUV110.72163.14127.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.80%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=28.80%
G=25.92%
B=45.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110991730.360.4300.32248.9231.0953.33
Hex6E63AD242B020f91f35
Octal15614325544530403713765
Binary110111011000111010110110010010101101000001111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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