#635FD0

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

Shades of Slate Blue #635FD0

Tints of Slate Blue #635FD0

Color information

#635FD0 (or 0x635FD0) is unknown color: approx Slate Blue. HEX triplet: 63, 5F and D0. RGB value is (99,95,208). Sum of RGB (Red+Green+Blue) = 99+95+208=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #635FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FD0 is #9CA02F. Grayscale: #6C6C6C. Windows color (decimal): -10264624 or 13655907. OLE color: 13655907.

HSL color Cylindrical-coordinate representation of color #635FD0: hue angle of 242.12º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #635FD0 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9995208-
CMYK0.520.5400.18
HSL242.12º54.59%59.41%-
HSV(B)242.12º54.33%81.57%-
XYZ20.6215.3961.56-
YUV109.08183.83120.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.63%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 208 (81.64% from 255) = 51.74%
R=24.63%
G=23.63%
B=51.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal99952080.520.5400.18242.1254.5959.41
Hex635FD03436012f2373b
Octal14313732064660223626773
Binary110001110111111101000011010011011001001011110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,95,208); }

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

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

 a { background-color: rgb(99,95,208); }

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

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

 span { border-color: rgb(99,95,208); }

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