#635EDB

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

Shades of Slate Blue #635EDB

Tints of Slate Blue #635EDB

Color information

#635EDB (or 0x635EDB) is unknown color: approx Slate Blue. HEX triplet: 63, 5E and DB. RGB value is (99,94,219). Sum of RGB (Red+Green+Blue) = 99+94+219=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #635EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EDB is #9CA124. Grayscale: #6D6D6D. Windows color (decimal): -10264869 or 14376547. OLE color: 14376547.

HSL color Cylindrical-coordinate representation of color #635EDB: hue angle of 242.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635EDB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9994219-
CMYK0.550.5700.14
HSL242.4º63.45%61.37%-
HSV(B)242.4º57.08%85.88%-
XYZ21.9315.7768.91-
YUV109.74189.66120.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 219 (85.94% from 255) = 53.16%
R=24.03%
G=22.82%
B=53.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal99942190.550.5700.14242.463.4561.37
Hex635EDB37390Ef23f3d
Octal14313633367710163627775
Binary11000111011110110110111101111110010111011110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635EDB; }

 p { color: rgb(99,94,219); }

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

<style>
 a { background-color: #635EDB; }

 a { background-color: rgb(99,94,219); }

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

<style>
 span { border-color: #635EDB; }

 span { border-color: rgb(99,94,219); }

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