#635CDD

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

Shades of Slate Blue #635CDD

Tints of Slate Blue #635CDD

Color information

#635CDD (or 0x635CDD) is unknown color: approx Slate Blue. HEX triplet: 63, 5C and DD. RGB value is (99,92,221). Sum of RGB (Red+Green+Blue) = 99+92+221=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #635CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CDD is #9CA322. Grayscale: #6C6C6C. Windows color (decimal): -10265379 or 14507107. OLE color: 14507107.

HSL color Cylindrical-coordinate representation of color #635CDD: hue angle of 243.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #635CDD is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9992221-
CMYK0.550.5800.13
HSL243.26º65.48%61.37%-
HSV(B)243.26º58.37%86.67%-
XYZ22.0215.5370.24-
YUV108.8191.32121.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 221 (86.72% from 255) = 53.64%
R=24.03%
G=22.33%
B=53.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99922210.550.5800.13243.2665.4861.37
Hex635CDD373A0Df3413d
Octal143134335677201536310175
Binary110001110111001101110111011111101001101111100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,221); }

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

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

 a { background-color: rgb(99,92,221); }

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

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

 span { border-color: rgb(99,92,221); }

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