#6854BB

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

Shades of Blue Marguerite #6854BB

Tints of Blue Marguerite #6854BB

Color information

#6854BB (or 0x6854BB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 54 and BB. RGB value is (104,84,187). Sum of RGB (Red+Green+Blue) = 104+84+187=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #6854BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854BB is #97AB44. Grayscale: #656565. Windows color (decimal): -9939781 or 12276840. OLE color: 12276840.

HSL color Cylindrical-coordinate representation of color #6854BB: hue angle of 251.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6854BB is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10484187-
CMYK0.440.5500.27
HSL251.65º43.1%53.14%-
HSV(B)251.65º55.08%73.33%-
XYZ17.8512.8748.56-
YUV101.72176.13129.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=27.73%
G=22.4%
B=49.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104841870.440.5500.27251.6543.153.14
Hex6854BB2C3701Bfc2b35
Octal15012427354670333745365
Binary110100010101001011101110110011011101101111111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6854BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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