#6E64B7

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

Shades of Blue Marguerite #6E64B7

Tints of Blue Marguerite #6E64B7

Color information

#6E64B7 (or 0x6E64B7) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 64 and B7. RGB value is (110,100,183). Sum of RGB (Red+Green+Blue) = 110+100+183=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E64B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64B7 is #919B48. Grayscale: #707070. Windows color (decimal): -9542473 or 12018798. OLE color: 12018798.

HSL color Cylindrical-coordinate representation of color #6E64B7: hue angle of 247.23º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E64B7 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB110100183-
CMYK0.400.4500.28
HSL247.23º36.56%55.49%-
HSV(B)247.23º45.36%71.76%-
XYZ19.5315.8546.83-
YUV112.45167.81126.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.99%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 183 (71.88% from 255) = 46.56%
R=27.99%
G=25.45%
B=46.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101001830.400.4500.28247.2336.5655.49
Hex6E64B7282D01Cf72537
Octal15614426750550343674567
Binary110111011001001011011110100010110101110011110111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E64B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,183); }

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

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

 a { background-color: rgb(110,100,183); }

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

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

 span { border-color: rgb(110,100,183); }

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