#6864AB

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

Shades of Blue Marguerite #6864AB

Tints of Blue Marguerite #6864AB

Color information

#6864AB (or 0x6864AB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 64 and AB. RGB value is (104,100,171). Sum of RGB (Red+Green+Blue) = 104+100+171=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #6864AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6864AB is #979B54. Grayscale: #6D6D6D. Windows color (decimal): -9935701 or 11232360. OLE color: 11232360.

HSL color Cylindrical-coordinate representation of color #6864AB: hue angle of 243.38º 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 #6864AB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104100171-
CMYK0.390.4200.33
HSL243.38º29.71%53.14%-
HSV(B)243.38º41.52%67.06%-
XYZ17.621540.49-
YUV109.29162.83124.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=27.73%
G=26.67%
B=45.6%

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
Decimal1041001710.390.4200.33243.3829.7153.14
Hex6864AB272A021f31e35
Octal15014425347520413633665
Binary110100011001001010101110011110101001000011111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6864AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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