#6651A1

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

Shades of Blue Marguerite #6651A1

Tints of Blue Marguerite #6651A1

Color information

#6651A1 (or 0x6651A1) is unknown color: approx Blue Marguerite. HEX triplet: 66, 51 and A1. RGB value is (102,81,161). Sum of RGB (Red+Green+Blue) = 102+81+161=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #6651A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6651A1 is #99AE5E. Grayscale: #606060. Windows color (decimal): -10071647 or 10572134. OLE color: 10572134.

HSL color Cylindrical-coordinate representation of color #6651A1: hue angle of 255.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6651A1 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10281161-
CMYK0.370.5000.37
HSL255.75º33.06%47.45%-
HSV(B)255.75º49.69%63.14%-
XYZ14.8511.2835.11-
YUV96.4164.46132-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 161 (63.28% from 255) = 46.80%
R=29.65%
G=23.55%
B=46.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal102811610.370.5000.37255.7533.0647.45
Hex6651A12532025100212f
Octal14612124145620454004157
Binary11001101010001101000011001011100100100101100000000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6651A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6651A1; }

 p { color: rgb(102,81,161); }

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

<style>
 a { background-color: #6651A1; }

 a { background-color: rgb(102,81,161); }

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

<style>
 span { border-color: #6651A1; }

 span { border-color: rgb(102,81,161); }

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