#6C5FB0

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

Shades of Blue Marguerite #6C5FB0

Tints of Blue Marguerite #6C5FB0

Color information

#6C5FB0 (or 0x6C5FB0) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5F and B0. RGB value is (108,95,176). Sum of RGB (Red+Green+Blue) = 108+95+176=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C5FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5FB0 is #93A04F. Grayscale: #6B6B6B. Windows color (decimal): -9674832 or 11558764. OLE color: 11558764.

HSL color Cylindrical-coordinate representation of color #6C5FB0: hue angle of 249.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C5FB0 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10895176-
CMYK0.390.4600.31
HSL249.63º33.89%53.14%-
HSV(B)249.63º46.02%69.02%-
XYZ18.1114.5142.92-
YUV108.12166.31127.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.50%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 176 (69.14% from 255) = 46.44%
R=28.50%
G=25.07%
B=46.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108951760.390.4600.31249.6333.8953.14
Hex6C5FB0272E01Ffa2235
Octal15413726047560373724265
Binary110110010111111011000010011110111001111111111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,176); }

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

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

 a { background-color: rgb(108,95,176); }

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

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

 span { border-color: rgb(108,95,176); }

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