#6861AB

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

Shades of Blue Marguerite #6861AB

Tints of Blue Marguerite #6861AB

Color information

#6861AB (or 0x6861AB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 61 and AB. RGB value is (104,97,171). Sum of RGB (Red+Green+Blue) = 104+97+171=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6861AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6861AB is #979E54. Grayscale: #6B6B6B. Windows color (decimal): -9936469 or 11231592. OLE color: 11231592.

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

Color convert

RGB10497171-
CMYK0.390.4300.33
HSL245.68º30.58%52.55%-
HSV(B)245.68º43.27%67.06%-
XYZ17.3314.4340.4-
YUV107.53163.82125.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=27.96%
G=26.08%
B=45.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104971710.390.4300.33245.6830.5852.55
Hex6861AB272B021f61f35
Octal15014125347530413663765
Binary110100011000011010101110011110101101000011111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6861AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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