#6C54BF

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

Shades of Blue Marguerite #6C54BF

Tints of Blue Marguerite #6C54BF

Color information

#6C54BF (or 0x6C54BF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 54 and BF. RGB value is (108,84,191). Sum of RGB (Red+Green+Blue) = 108+84+191=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C54BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54BF is #93AB40. Grayscale: #666666. Windows color (decimal): -9677633 or 12538988. OLE color: 12538988.

HSL color Cylindrical-coordinate representation of color #6C54BF: hue angle of 253.46º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C54BF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10884191-
CMYK0.430.5600.25
HSL253.46º45.53%53.92%-
HSV(B)253.46º56.02%74.9%-
XYZ18.7613.2950.87-
YUV103.37177.45131.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 191 (75% from 255) = 49.87%
R=28.20%
G=21.93%
B=49.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108841910.430.5600.25253.4645.5353.92
Hex6C54BF2B38019fd2e36
Octal15412427753700313755666
Binary110110010101001011111110101111100001100111111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C54BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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