#6C4CBF

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

Shades of Blue Marguerite #6C4CBF

Tints of Blue Marguerite #6C4CBF

Color information

#6C4CBF (or 0x6C4CBF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4C and BF. RGB value is (108,76,191). Sum of RGB (Red+Green+Blue) = 108+76+191=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C4CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4CBF is #93B340. Grayscale: #626262. Windows color (decimal): -9679681 or 12536940. OLE color: 12536940.

HSL color Cylindrical-coordinate representation of color #6C4CBF: hue angle of 256.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C4CBF is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10876191-
CMYK0.430.6000.25
HSL256.7º47.33%52.35%-
HSV(B)256.7º60.21%74.9%-
XYZ18.1712.1250.67-
YUV98.68180.1134.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.8%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 191 (75% from 255) = 50.93%
R=28.8%
G=20.27%
B=50.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108761910.430.6000.25256.747.3352.35
Hex6C4CBF2B3C0191012f34
Octal15411427753740314015764
Binary1101100100110010111111101011111100011001100000001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,76,191); }

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

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

 a { background-color: rgb(108,76,191); }

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

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

 span { border-color: rgb(108,76,191); }

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