#6858BF

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

Shades of Slate Blue #6858BF

Tints of Slate Blue #6858BF

Color information

#6858BF (or 0x6858BF) is unknown color: approx Slate Blue. HEX triplet: 68, 58 and BF. RGB value is (104,88,191). Sum of RGB (Red+Green+Blue) = 104+88+191=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #6858BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858BF is #97A740. Grayscale: #686868. Windows color (decimal): -9938753 or 12540008. OLE color: 12540008.

HSL color Cylindrical-coordinate representation of color #6858BF: hue angle of 249.32º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6858BF is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10488191-
CMYK0.460.5400.25
HSL249.32º44.59%54.71%-
HSV(B)249.32º53.93%74.9%-
XYZ18.613.6850.95-
YUV104.53176.8127.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 191 (75% from 255) = 49.87%
R=27.15%
G=22.98%
B=49.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104881910.460.5400.25249.3244.5954.71
Hex6858BF2E36019f92d37
Octal15013027756660313715567
Binary110100010110001011111110111011011001100111111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6858BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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