#6863BE

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

Shades of Blue Marguerite #6863BE

Tints of Blue Marguerite #6863BE

Color information

#6863BE (or 0x6863BE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 63 and BE. RGB value is (104,99,190). Sum of RGB (Red+Green+Blue) = 104+99+190=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #6863BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863BE is #979C41. Grayscale: #6E6E6E. Windows color (decimal): -9935938 or 12477288. OLE color: 12477288.

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

Color convert

RGB10499190-
CMYK0.450.4800.25
HSL243.3º41.18%56.67%-
HSV(B)243.3º47.89%74.51%-
XYZ19.4715.5850.7-
YUV110.87172.66123.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=26.46%
G=25.19%
B=48.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104991900.450.4800.25243.341.1856.67
Hex6863BE2D30019f32939
Octal15014327655600313635171
Binary110100011000111011111010110111000001100111110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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