#6860BF

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

Shades of Slate Blue #6860BF

Tints of Slate Blue #6860BF

Color information

#6860BF (or 0x6860BF) is unknown color: approx Slate Blue. HEX triplet: 68, 60 and BF. RGB value is (104,96,191). Sum of RGB (Red+Green+Blue) = 104+96+191=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6860BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860BF is #979F40. Grayscale: #6C6C6C. Windows color (decimal): -9936705 or 12542056. OLE color: 12542056.

HSL color Cylindrical-coordinate representation of color #6860BF: hue angle of 245.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6860BF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10496191-
CMYK0.460.5000.25
HSL245.05º42.6%56.27%-
HSV(B)245.05º49.74%74.9%-
XYZ19.315.0751.18-
YUV109.22174.15124.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 191 (75% from 255) = 48.85%
R=26.60%
G=24.55%
B=48.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104961910.460.5000.25245.0542.656.27
Hex6860BF2E32019f52b38
Octal15014027756620313655370
Binary110100011000001011111110111011001001100111110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6860BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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