#635BD1

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

Shades of Slate Blue #635BD1

Tints of Slate Blue #635BD1

Color information

#635BD1 (or 0x635BD1) is unknown color: approx Slate Blue. HEX triplet: 63, 5B and D1. RGB value is (99,91,209). Sum of RGB (Red+Green+Blue) = 99+91+209=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #635BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BD1 is #9CA42E. Grayscale: #6A6A6A. Windows color (decimal): -10265647 or 13720419. OLE color: 13720419.

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

Color convert

RGB9991209-
CMYK0.530.5600.18
HSL244.07º56.19%58.82%-
HSV(B)244.07º56.46%81.96%-
XYZ20.414.7462.09-
YUV106.84185.65122.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 209 (82.03% from 255) = 52.38%
R=24.81%
G=22.81%
B=52.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal99912090.530.5600.18244.0756.1958.82
Hex635BD13538012f4383b
Octal14313332165700223647073
Binary110001110110111101000111010111100001001011110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,91,209); }

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

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

 a { background-color: rgb(99,91,209); }

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

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

 span { border-color: rgb(99,91,209); }

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