#683FDD

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

Shades of Slate Blue #683FDD

Tints of Slate Blue #683FDD

Color information

#683FDD (or 0x683FDD) is unknown color: approx Slate Blue. HEX triplet: 68, 3F and DD. RGB value is (104,63,221). Sum of RGB (Red+Green+Blue) = 104+63+221=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #683FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683FDD is #97C022. Grayscale: #5C5C5C. Windows color (decimal): -9945123 or 14499688. OLE color: 14499688.

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

Color convert

RGB10463221-
CMYK0.530.7100.13
HSL255.57º69.91%55.69%-
HSV(B)255.57º71.49%86.67%-
XYZ20.5411.7269.59-
YUV93.27200.08135.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 63 (25% from 255) = 16.24%
BLUE value IS 221 (86.72% from 255) = 56.96%
R=26.80%
G=16.24%
B=56.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104632210.530.7100.13255.5769.9155.69
Hex683FDD35470D1004638
Octal150773356510701540010670
Binary1101000111111110111011101011000111011011000000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683FDD; }

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

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

<style>
 a { background-color: #683FDD; }

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

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

<style>
 span { border-color: #683FDD; }

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

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