#6864AD

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

Shades of Blue Marguerite #6864AD

Tints of Blue Marguerite #6864AD

Color information

#6864AD (or 0x6864AD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 64 and AD. RGB value is (104,100,173). Sum of RGB (Red+Green+Blue) = 104+100+173=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #6864AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6864AD is #979B52. Grayscale: #6D6D6D. Windows color (decimal): -9935699 or 11363432. OLE color: 11363432.

HSL color Cylindrical-coordinate representation of color #6864AD: hue angle of 243.29º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6864AD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104100173-
CMYK0.400.4200.32
HSL243.29º30.8%53.53%-
HSV(B)243.29º42.2%67.84%-
XYZ17.8115.0741.51-
YUV109.52163.83124.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=27.59%
G=26.53%
B=45.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041001730.400.4200.32243.2930.853.53
Hex6864AD282A020f31f36
Octal15014425550520403633766
Binary110100011001001010110110100010101001000001111001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6864AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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