#693EEB

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

Shades of Slate Blue #693EEB

Tints of Slate Blue #693EEB

Color information

#693EEB (or 0x693EEB) is unknown color: approx Slate Blue. HEX triplet: 69, 3E and EB. RGB value is (105,62,235). Sum of RGB (Red+Green+Blue) = 105+62+235=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #693EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693EEB is #96C114. Grayscale: #5D5D5D. Windows color (decimal): -9879829 or 15416937. OLE color: 15416937.

HSL color Cylindrical-coordinate representation of color #693EEB: hue angle of 254.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693EEB is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10562235-
CMYK0.550.7400.08
HSL254.91º81.22%58.24%-
HSV(B)254.91º73.62%92.16%-
XYZ22.5412.4579.81-
YUV94.58207.25135.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 62 (24.61% from 255) = 15.42%
BLUE value IS 235 (92.19% from 255) = 58.46%
R=26.12%
G=15.42%
B=58.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal105622350.550.7400.08254.9181.2258.24
Hex693EEB374A08ff513a
Octal151763536711201037712172
Binary110100111111011101011110111100101001000111111111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,235); }

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

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

 a { background-color: rgb(105,62,235); }

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

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

 span { border-color: rgb(105,62,235); }

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