#6654B2

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

Shades of Blue Marguerite #6654B2

Tints of Blue Marguerite #6654B2

Color information

#6654B2 (or 0x6654B2) is unknown color: approx Blue Marguerite. HEX triplet: 66, 54 and B2. RGB value is (102,84,178). Sum of RGB (Red+Green+Blue) = 102+84+178=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #6654B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6654B2 is #99AB4D. Grayscale: #636363. Windows color (decimal): -10070862 or 11687014. OLE color: 11687014.

HSL color Cylindrical-coordinate representation of color #6654B2: hue angle of 251.49º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6654B2 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10284178-
CMYK0.430.5300.30
HSL251.49º37.9%51.37%-
HSV(B)251.49º52.81%69.8%-
XYZ16.6912.3843.63-
YUV100.1171.96129.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 178 (69.92% from 255) = 48.90%
R=28.02%
G=23.08%
B=48.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102841780.430.5300.30251.4937.951.37
Hex6654B22B3501Efb2633
Octal14612426253650363734663
Binary110011010101001011001010101111010101111011111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6654B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6654B2; }

 p { color: rgb(102,84,178); }

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

<style>
 a { background-color: #6654B2; }

 a { background-color: rgb(102,84,178); }

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

<style>
 span { border-color: #6654B2; }

 span { border-color: rgb(102,84,178); }

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