#6C5CB1

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

Shades of Blue Marguerite #6C5CB1

Tints of Blue Marguerite #6C5CB1

Color information

#6C5CB1 (or 0x6C5CB1) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5C and B1. RGB value is (108,92,177). Sum of RGB (Red+Green+Blue) = 108+92+177=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #6C5CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5CB1 is #93A34E. Grayscale: #6A6A6A. Windows color (decimal): -9675599 or 11623532. OLE color: 11623532.

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

Color convert

RGB10892177-
CMYK0.390.4800.31
HSL251.29º35.27%52.75%-
HSV(B)251.29º48.02%69.41%-
XYZ17.9514.0243.35-
YUV106.47167.8129.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.65%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=28.65%
G=24.40%
B=46.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108921770.390.4800.31251.2935.2752.75
Hex6C5CB1273001Ffb2335
Octal15413426147600373734365
Binary110110010111001011000110011111000001111111111011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,92,177); }

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

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

 a { background-color: rgb(108,92,177); }

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

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

 span { border-color: rgb(108,92,177); }

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