#6854BF

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

Shades of Blue Marguerite #6854BF

Tints of Blue Marguerite #6854BF

Color information

#6854BF (or 0x6854BF) is unknown color: approx Blue Marguerite. HEX triplet: 68, 54 and BF. RGB value is (104,84,191). Sum of RGB (Red+Green+Blue) = 104+84+191=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #6854BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854BF is #97AB40. Grayscale: #656565. Windows color (decimal): -9939777 or 12538984. OLE color: 12538984.

HSL color Cylindrical-coordinate representation of color #6854BF: hue angle of 251.21º 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 #6854BF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10484191-
CMYK0.460.5600.25
HSL251.21º45.53%53.92%-
HSV(B)251.21º56.02%74.9%-
XYZ18.2813.0550.84-
YUV102.18178.13129.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 191 (75% from 255) = 50.40%
R=27.44%
G=22.16%
B=50.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104841910.460.5600.25251.2145.5353.92
Hex6854BF2E38019fb2e36
Octal15012427756700313735666
Binary110100010101001011111110111011100001100111111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6854BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6854BF; }

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

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

<style>
 a { background-color: #6854BF; }

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

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

<style>
 span { border-color: #6854BF; }

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

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