#693FDD

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

Shades of Slate Blue #693FDD

Tints of Slate Blue #693FDD

Color information

#693FDD (or 0x693FDD) is unknown color: approx Slate Blue. HEX triplet: 69, 3F and DD. RGB value is (105,63,221). Sum of RGB (Red+Green+Blue) = 105+63+221=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #693FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FDD is #96C022. Grayscale: #5C5C5C. Windows color (decimal): -9879587 or 14499689. OLE color: 14499689.

HSL color Cylindrical-coordinate representation of color #693FDD: hue angle of 255.95º 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 #693FDD is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10563221-
CMYK0.520.7100.13
HSL255.95º69.91%55.69%-
HSV(B)255.95º71.49%86.67%-
XYZ20.6511.7869.59-
YUV93.57199.91136.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 221 (86.72% from 255) = 56.81%
R=26.99%
G=16.20%
B=56.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105632210.520.7100.13255.9569.9155.69
Hex693FDD34470D1004638
Octal151773356410701540010670
Binary1101001111111110111011101001000111011011000000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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