#6C4ABB

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

Shades of Blue Marguerite #6C4ABB

Tints of Blue Marguerite #6C4ABB

Color information

#6C4ABB (or 0x6C4ABB) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4A and BB. RGB value is (108,74,187). Sum of RGB (Red+Green+Blue) = 108+74+187=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C4ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4ABB is #93B544. Grayscale: #606060. Windows color (decimal): -9680197 or 12274284. OLE color: 12274284.

HSL color Cylindrical-coordinate representation of color #6C4ABB: hue angle of 258.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C4ABB is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10874187-
CMYK0.420.6000.27
HSL258.05º45.38%51.18%-
HSV(B)258.05º60.43%73.33%-
XYZ17.611.6748.34-
YUV97.05178.76135.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=29.27%
G=20.05%
B=50.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108741870.420.6000.27258.0545.3851.18
Hex6C4ABB2A3C01B1022d33
Octal15411227352740334025563
Binary1101100100101010111011101010111100011011100000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,74,187); }

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

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

 a { background-color: rgb(108,74,187); }

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

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

 span { border-color: rgb(108,74,187); }

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