#6860BE

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

Shades of Blue Marguerite #6860BE

Tints of Blue Marguerite #6860BE

Color information

#6860BE (or 0x6860BE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 60 and BE. RGB value is (104,96,190). Sum of RGB (Red+Green+Blue) = 104+96+190=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #6860BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860BE is #979F41. Grayscale: #6C6C6C. Windows color (decimal): -9936706 or 12476520. OLE color: 12476520.

HSL color Cylindrical-coordinate representation of color #6860BE: hue angle of 245.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6860BE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10496190-
CMYK0.450.4900.25
HSL245.11º41.96%56.08%-
HSV(B)245.11º49.47%74.51%-
XYZ19.1915.0350.6-
YUV109.11173.65124.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=26.67%
G=24.62%
B=48.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104961900.450.4900.25245.1141.9656.08
Hex6860BE2D31019f52a38
Octal15014027655610313655270
Binary110100011000001011111010110111000101100111110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6860BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6860BE; }

 p { color: rgb(104,96,190); }

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

<style>
 a { background-color: #6860BE; }

 a { background-color: rgb(104,96,190); }

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

<style>
 span { border-color: #6860BE; }

 span { border-color: rgb(104,96,190); }

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