#6C4DBA

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

Shades of Blue Marguerite #6C4DBA

Tints of Blue Marguerite #6C4DBA

Color information

#6C4DBA (or 0x6C4DBA) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4D and BA. RGB value is (108,77,186). Sum of RGB (Red+Green+Blue) = 108+77+186=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DBA is #93B245. Grayscale: #626262. Windows color (decimal): -9679430 or 12209516. OLE color: 12209516.

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

Color convert

RGB10877186-
CMYK0.420.5900.27
HSL257.06º44.13%51.57%-
HSV(B)257.06º58.6%72.94%-
XYZ17.712.0447.85-
YUV98.7177.27134.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=29.11%
G=20.75%
B=50.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108771860.420.5900.27257.0644.1351.57
Hex6C4DBA2A3B01B1012c34
Octal15411527252730334015464
Binary1101100100110110111010101010111011011011100000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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