#635FCE

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

Shades of Slate Blue #635FCE

Tints of Slate Blue #635FCE

Color information

#635FCE (or 0x635FCE) is unknown color: approx Slate Blue. HEX triplet: 63, 5F and CE. RGB value is (99,95,206). Sum of RGB (Red+Green+Blue) = 99+95+206=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #635FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FCE is #9CA031. Grayscale: #6C6C6C. Windows color (decimal): -10264626 or 13524835. OLE color: 13524835.

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

Color convert

RGB9995206-
CMYK0.520.5400.19
HSL242.16º53.11%59.02%-
HSV(B)242.16º53.88%80.78%-
XYZ20.3815.2960.27-
YUV108.85182.83120.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.75%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 206 (80.86% from 255) = 51.5%
R=24.75%
G=23.75%
B=51.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal99952060.520.5400.19242.1653.1159.02
Hex635FCE3436013f2353b
Octal14313731664660233626573
Binary110001110111111100111011010011011001001111110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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