#6B59BF

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

Shades of Blue Marguerite #6B59BF

Tints of Blue Marguerite #6B59BF

Color information

#6B59BF (or 0x6B59BF) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 59 and BF. RGB value is (107,89,191). Sum of RGB (Red+Green+Blue) = 107+89+191=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B59BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59BF is #94A640. Grayscale: #696969. Windows color (decimal): -9741889 or 12540267. OLE color: 12540267.

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

Color convert

RGB10789191-
CMYK0.440.5300.25
HSL250.59º44.35%54.9%-
HSV(B)250.59º53.4%74.9%-
XYZ19.0414.0351-
YUV106.01175.96128.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 191 (75% from 255) = 49.35%
R=27.65%
G=23.00%
B=49.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107891910.440.5300.25250.5944.3554.9
Hex6B59BF2C35019fb2c37
Octal15313127754650313735467
Binary110101110110011011111110110011010101100111111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,191); }

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

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

 a { background-color: rgb(107,89,191); }

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

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

 span { border-color: rgb(107,89,191); }

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