#6863AB

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

Shades of Blue Marguerite #6863AB

Tints of Blue Marguerite #6863AB

Color information

#6863AB (or 0x6863AB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 63 and AB. RGB value is (104,99,171). Sum of RGB (Red+Green+Blue) = 104+99+171=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6863AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6863AB is #979C54. Grayscale: #6C6C6C. Windows color (decimal): -9935957 or 11232104. OLE color: 11232104.

HSL color Cylindrical-coordinate representation of color #6863AB: hue angle of 244.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6863AB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10499171-
CMYK0.390.4200.33
HSL244.17º30%52.94%-
HSV(B)244.17º42.11%67.06%-
XYZ17.5214.8140.46-
YUV108.7163.16124.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=27.81%
G=26.47%
B=45.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104991710.390.4200.33244.173052.94
Hex6863AB272A021f41e35
Octal15014325347520413643665
Binary110100011000111010101110011110101001000011111010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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