#635FDF

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

Shades of Slate Blue #635FDF

Tints of Slate Blue #635FDF

Color information

#635FDF (or 0x635FDF) is unknown color: approx Slate Blue. HEX triplet: 63, 5F and DF. RGB value is (99,95,223). Sum of RGB (Red+Green+Blue) = 99+95+223=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #635FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FDF is #9CA020. Grayscale: #6E6E6E. Windows color (decimal): -10264609 or 14638947. OLE color: 14638947.

HSL color Cylindrical-coordinate representation of color #635FDF: hue angle of 241.88º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635FDF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9995223-
CMYK0.560.5700.13
HSL241.88º66.67%62.35%-
HSV(B)241.88º57.4%87.45%-
XYZ22.5616.1671.74-
YUV110.79191.33119.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 223 (87.5% from 255) = 53.48%
R=23.74%
G=22.78%
B=53.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99952230.560.5700.13241.8866.6762.35
Hex635FDF38390Df2433e
Octal143137337707101536210376
Binary110001110111111101111111100011100101101111100101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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