#6144B7

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

Shades of Blue Marguerite #6144B7

Tints of Blue Marguerite #6144B7

Color information

#6144B7 (or 0x6144B7) is unknown color: approx Blue Marguerite. HEX triplet: 61, 44 and B7. RGB value is (97,68,183). Sum of RGB (Red+Green+Blue) = 97+68+183=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #6144B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144B7 is #9EBB48. Grayscale: #595959. Windows color (decimal): -10402633 or 12010593. OLE color: 12010593.

HSL color Cylindrical-coordinate representation of color #6144B7: hue angle of 255.13º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6144B7 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9768183-
CMYK0.470.6300.28
HSL255.13º45.82%49.22%-
HSV(B)255.13º62.84%71.76%-
XYZ15.5410.0945.93-
YUV89.78180.61133.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 183 (71.88% from 255) = 52.59%
R=27.87%
G=19.54%
B=52.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97681830.470.6300.28255.1345.8249.22
Hex6144B72F3F01Cff2e31
Octal14110426757770343775661
Binary110000110001001011011110111111111101110011111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6144B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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