#6649AF

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

Shades of Blue Marguerite #6649AF

Tints of Blue Marguerite #6649AF

Color information

#6649AF (or 0x6649AF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 49 and AF. RGB value is (102,73,175). Sum of RGB (Red+Green+Blue) = 102+73+175=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #6649AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6649AF is #99B650. Grayscale: #5C5C5C. Windows color (decimal): -10073681 or 11487590. OLE color: 11487590.

HSL color Cylindrical-coordinate representation of color #6649AF: hue angle of 257.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6649AF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10273175-
CMYK0.420.5800.31
HSL257.06º41.13%48.63%-
HSV(B)257.06º58.29%68.63%-
XYZ15.610.6941.8-
YUV93.3174.11134.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 175 (68.75% from 255) = 50%
R=29.14%
G=20.86%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102731750.420.5800.31257.0641.1348.63
Hex6649AF2A3A01F1012931
Octal14611125752720374015161
Binary1100110100100110101111101010111010011111100000001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6649AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6649AF; }

 p { color: rgb(102,73,175); }

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

<style>
 a { background-color: #6649AF; }

 a { background-color: rgb(102,73,175); }

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

<style>
 span { border-color: #6649AF; }

 span { border-color: rgb(102,73,175); }

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