#6145BD

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

Shades of Blue Marguerite #6145BD

Tints of Blue Marguerite #6145BD

Color information

#6145BD (or 0x6145BD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 45 and BD. RGB value is (97,69,189). Sum of RGB (Red+Green+Blue) = 97+69+189=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #6145BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145BD is #9EBA42. Grayscale: #5A5A5A. Windows color (decimal): -10402371 or 12404065. OLE color: 12404065.

HSL color Cylindrical-coordinate representation of color #6145BD: hue angle of 254º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6145BD is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9769189-
CMYK0.490.6300.26
HSL254º47.62%50.59%-
HSV(B)254º63.49%74.12%-
XYZ16.2410.4749.31-
YUV91.05183.28132.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=27.32%
G=19.44%
B=53.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97691890.490.6300.2625447.6250.59
Hex6145BD313F01Afe3033
Octal14110527561770323766063
Binary110000110001011011110111000111111101101011111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6145BD; }

 p { color: rgb(97,69,189); }

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

<style>
 a { background-color: #6145BD; }

 a { background-color: rgb(97,69,189); }

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

<style>
 span { border-color: #6145BD; }

 span { border-color: rgb(97,69,189); }

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