#6C4FBA

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

Shades of Blue Marguerite #6C4FBA

Tints of Blue Marguerite #6C4FBA

Color information

#6C4FBA (or 0x6C4FBA) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4F and BA. RGB value is (108,79,186). Sum of RGB (Red+Green+Blue) = 108+79+186=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4FBA is #93B045. Grayscale: #636363. Windows color (decimal): -9678918 or 12210028. OLE color: 12210028.

HSL color Cylindrical-coordinate representation of color #6C4FBA: hue angle of 256.26º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C4FBA is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10879186-
CMYK0.420.5800.27
HSL256.26º43.67%51.96%-
HSV(B)256.26º57.53%72.94%-
XYZ17.8412.3347.89-
YUV99.87176.61133.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.95%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=28.95%
G=21.18%
B=49.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108791860.420.5800.27256.2643.6751.96
Hex6C4FBA2A3A01B1002c34
Octal15411727252720334005464
Binary1101100100111110111010101010111010011011100000000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,79,186); }

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

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

 a { background-color: rgb(108,79,186); }

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

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

 span { border-color: rgb(108,79,186); }

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