#6C57BD

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

Shades of Blue Marguerite #6C57BD

Tints of Blue Marguerite #6C57BD

Color information

#6C57BD (or 0x6C57BD) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 57 and BD. RGB value is (108,87,189). Sum of RGB (Red+Green+Blue) = 108+87+189=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C57BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C57BD is #93A842. Grayscale: #686868. Windows color (decimal): -9676867 or 12408684. OLE color: 12408684.

HSL color Cylindrical-coordinate representation of color #6C57BD: hue angle of 252.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C57BD is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10887189-
CMYK0.430.5400.26
HSL252.35º43.59%54.12%-
HSV(B)252.35º53.97%74.12%-
XYZ18.7813.6849.79-
YUV104.91175.46130.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=28.12%
G=22.66%
B=49.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108871890.430.5400.26252.3543.5954.12
Hex6C57BD2B3601Afc2c36
Octal15412727553660323745466
Binary110110010101111011110110101111011001101011111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C57BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C57BD; }

 p { color: rgb(108,87,189); }

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

<style>
 a { background-color: #6C57BD; }

 a { background-color: rgb(108,87,189); }

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

<style>
 span { border-color: #6C57BD; }

 span { border-color: rgb(108,87,189); }

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