#6846BE

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

Shades of Blue Marguerite #6846BE

Tints of Blue Marguerite #6846BE

Color information

#6846BE (or 0x6846BE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 46 and BE. RGB value is (104,70,190). Sum of RGB (Red+Green+Blue) = 104+70+190=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #6846BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6846BE is #97B941. Grayscale: #5D5D5D. Windows color (decimal): -9943362 or 12469864. OLE color: 12469864.

HSL color Cylindrical-coordinate representation of color #6846BE: hue angle of 257º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6846BE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10470190-
CMYK0.450.6300.25
HSL257º48%50.98%-
HSV(B)257º63.16%74.51%-
XYZ17.1911.0449.94-
YUV93.85182.26135.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=28.57%
G=19.23%
B=52.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104701900.450.6300.252574850.98
Hex6846BE2D3F0191013033
Octal15010627655770314016063
Binary1101000100011010111110101101111111011001100000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6846BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6846BE; }

 p { color: rgb(104,70,190); }

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

<style>
 a { background-color: #6846BE; }

 a { background-color: rgb(104,70,190); }

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

<style>
 span { border-color: #6846BE; }

 span { border-color: rgb(104,70,190); }

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