#6861B7

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

Shades of Blue Marguerite #6861B7

Tints of Blue Marguerite #6861B7

Color information

#6861B7 (or 0x6861B7) is unknown color: approx Blue Marguerite. HEX triplet: 68, 61 and B7. RGB value is (104,97,183). Sum of RGB (Red+Green+Blue) = 104+97+183=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #6861B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6861B7 is #979E48. Grayscale: #6C6C6C. Windows color (decimal): -9936457 or 12018024. OLE color: 12018024.

HSL color Cylindrical-coordinate representation of color #6861B7: hue angle of 244.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6861B7 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10497183-
CMYK0.430.4700.28
HSL244.88º37.39%54.9%-
HSV(B)244.88º46.99%71.76%-
XYZ18.5314.9146.7-
YUV108.9169.82124.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 183 (71.88% from 255) = 47.66%
R=27.08%
G=25.26%
B=47.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104971830.430.4700.28244.8837.3954.9
Hex6861B72B2F01Cf52537
Octal15014126753570343654567
Binary110100011000011011011110101110111101110011110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6861B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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