#6851AD

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

Shades of Blue Marguerite #6851AD

Tints of Blue Marguerite #6851AD

Color information

#6851AD (or 0x6851AD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 51 and AD. RGB value is (104,81,173). Sum of RGB (Red+Green+Blue) = 104+81+173=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6851AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6851AD is #97AE52. Grayscale: #626262. Windows color (decimal): -9940563 or 11358568. OLE color: 11358568.

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

Color convert

RGB10481173-
CMYK0.400.5300.32
HSL255º36.22%49.8%-
HSV(B)255º53.18%67.84%-
XYZ16.1911.8540.97-
YUV98.36170.12132.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=29.05%
G=22.63%
B=48.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104811730.400.5300.3225536.2249.8
Hex6851AD2835020ff2432
Octal15012125550650403774462
Binary1101000101000110101101101000110101010000011111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6851AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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