#6654B1

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

Shades of Blue Marguerite #6654B1

Tints of Blue Marguerite #6654B1

Color information

#6654B1 (or 0x6654B1) is unknown color: approx Blue Marguerite. HEX triplet: 66, 54 and B1. RGB value is (102,84,177). Sum of RGB (Red+Green+Blue) = 102+84+177=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #6654B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6654B1 is #99AB4E. Grayscale: #636363. Windows color (decimal): -10070863 or 11621478. OLE color: 11621478.

HSL color Cylindrical-coordinate representation of color #6654B1: hue angle of 251.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6654B1 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10284177-
CMYK0.420.5300.31
HSL251.61º37.35%51.18%-
HSV(B)251.61º52.54%69.41%-
XYZ16.5912.3443.1-
YUV99.98171.46129.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=28.10%
G=23.14%
B=48.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102841770.420.5300.31251.6137.3551.18
Hex6654B12A3501Ffc2533
Octal14612426152650373744563
Binary110011010101001011000110101011010101111111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6654B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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