#6C56BF

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

Shades of Blue Marguerite #6C56BF

Tints of Blue Marguerite #6C56BF

Color information

#6C56BF (or 0x6C56BF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 56 and BF. RGB value is (108,86,191). Sum of RGB (Red+Green+Blue) = 108+86+191=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C56BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C56BF is #93A940. Grayscale: #686868. Windows color (decimal): -9677121 or 12539500. OLE color: 12539500.

HSL color Cylindrical-coordinate representation of color #6C56BF: hue angle of 252.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C56BF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10886191-
CMYK0.430.5500.25
HSL252.57º45.06%54.31%-
HSV(B)252.57º54.97%74.9%-
XYZ18.9213.6150.92-
YUV104.55176.79130.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.05%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 191 (75% from 255) = 49.61%
R=28.05%
G=22.34%
B=49.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108861910.430.5500.25252.5745.0654.31
Hex6C56BF2B37019fd2d36
Octal15412627753670313755566
Binary110110010101101011111110101111011101100111111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C56BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,86,191); }

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

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

 a { background-color: rgb(108,86,191); }

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

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

 span { border-color: rgb(108,86,191); }

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