#693FE0

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

Shades of Slate Blue #693FE0

Tints of Slate Blue #693FE0

Color information

#693FE0 (or 0x693FE0) is unknown color: approx Slate Blue. HEX triplet: 69, 3F and E0. RGB value is (105,63,224). Sum of RGB (Red+Green+Blue) = 105+63+224=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #693FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FE0 is #96C01F. Grayscale: #5D5D5D. Windows color (decimal): -9879584 or 14696297. OLE color: 14696297.

HSL color Cylindrical-coordinate representation of color #693FE0: hue angle of 255.65º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693FE0 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10563224-
CMYK0.530.7200.12
HSL255.65º72.2%56.27%-
HSV(B)255.65º71.88%87.84%-
XYZ21.0611.9471.72-
YUV93.91201.41135.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 224 (87.89% from 255) = 57.14%
R=26.79%
G=16.07%
B=57.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105632240.530.7200.12255.6572.256.27
Hex693FE035480C1004838
Octal151773406511001440011070
Binary1101001111111111000001101011001000011001000000001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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