#635FD6

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

Shades of Slate Blue #635FD6

Tints of Slate Blue #635FD6

Color information

#635FD6 (or 0x635FD6) is unknown color: approx Slate Blue. HEX triplet: 63, 5F and D6. RGB value is (99,95,214). Sum of RGB (Red+Green+Blue) = 99+95+214=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #635FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FD6 is #9CA029. Grayscale: #6D6D6D. Windows color (decimal): -10264618 or 14049123. OLE color: 14049123.

HSL color Cylindrical-coordinate representation of color #635FD6: hue angle of 242.02º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635FD6 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9995214-
CMYK0.540.5600.16
HSL242.02º59.2%60.59%-
HSV(B)242.02º55.61%83.92%-
XYZ21.3815.6965.52-
YUV109.76186.83120.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 214 (83.98% from 255) = 52.45%
R=24.26%
G=23.28%
B=52.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99952140.540.5600.16242.0259.260.59
Hex635FD63638010f23b3d
Octal14313732666700203627375
Binary110001110111111101011011011011100001000011110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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