#6863DF

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

Shades of Slate Blue #6863DF

Tints of Slate Blue #6863DF

Color information

#6863DF (or 0x6863DF) is unknown color: approx Slate Blue. HEX triplet: 68, 63 and DF. RGB value is (104,99,223). Sum of RGB (Red+Green+Blue) = 104+99+223=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #6863DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863DF is #979C20. Grayscale: #727272. Windows color (decimal): -9935905 or 14639976. OLE color: 14639976.

HSL color Cylindrical-coordinate representation of color #6863DF: hue angle of 242.42º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6863DF is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10499223-
CMYK0.530.5600.13
HSL242.42º65.96%63.14%-
HSV(B)242.42º55.61%87.45%-
XYZ23.4917.1971.89-
YUV114.63189.16120.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.41%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 223 (87.5% from 255) = 52.35%
R=24.41%
G=23.24%
B=52.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104992230.530.5600.13242.4265.9663.14
Hex6863DF35380Df2423f
Octal150143337657001536210277
Binary110100011000111101111111010111100001101111100101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6863DF; }

 p { color: rgb(104,99,223); }

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

<style>
 a { background-color: #6863DF; }

 a { background-color: rgb(104,99,223); }

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

<style>
 span { border-color: #6863DF; }

 span { border-color: rgb(104,99,223); }

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