#6863DD

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

Shades of Slate Blue #6863DD

Tints of Slate Blue #6863DD

Color information

#6863DD (or 0x6863DD) is unknown color: approx Slate Blue. HEX triplet: 68, 63 and DD. RGB value is (104,99,221). Sum of RGB (Red+Green+Blue) = 104+99+221=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #6863DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863DD is #979C22. Grayscale: #717171. Windows color (decimal): -9935907 or 14508904. OLE color: 14508904.

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

Color convert

RGB10499221-
CMYK0.530.5500.13
HSL242.46º64.21%62.75%-
HSV(B)242.46º55.2%86.67%-
XYZ23.2217.0970.48-
YUV114.4188.16120.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.53%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 221 (86.72% from 255) = 52.12%
R=24.53%
G=23.35%
B=52.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104992210.530.5500.13242.4664.2162.75
Hex6863DD35370Df2403f
Octal150143335656701536210077
Binary110100011000111101110111010111011101101111100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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