#6144B9

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

Shades of Blue Marguerite #6144B9

Tints of Blue Marguerite #6144B9

Color information

#6144B9 (or 0x6144B9) is unknown color: approx Blue Marguerite. HEX triplet: 61, 44 and B9. RGB value is (97,68,185). Sum of RGB (Red+Green+Blue) = 97+68+185=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #6144B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144B9 is #9EBB46. Grayscale: #595959. Windows color (decimal): -10402631 or 12141665. OLE color: 12141665.

HSL color Cylindrical-coordinate representation of color #6144B9: hue angle of 254.87º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6144B9 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9768185-
CMYK0.480.6300.27
HSL254.87º46.25%49.61%-
HSV(B)254.87º63.24%72.55%-
XYZ15.7510.1847.03-
YUV90.01181.61132.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=27.71%
G=19.43%
B=52.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97681850.480.6300.27254.8746.2549.61
Hex6144B9303F01Bff2e32
Octal14110427160770333775662
Binary110000110001001011100111000011111101101111111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6144B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6144B9; }

 p { color: rgb(97,68,185); }

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

<style>
 a { background-color: #6144B9; }

 a { background-color: rgb(97,68,185); }

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

<style>
 span { border-color: #6144B9; }

 span { border-color: rgb(97,68,185); }

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