Html Css Color HEX #635DC5 Slate Blue

📋 copy color: '#635DC5'

red 99 ◦ green 93 ◦ blue 197

#635DC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #635DC5

Tints of Slate Blue #635DC5

RGB

 RED value IS 99 (39.06% from 255) = 25.45%

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 197 (77.34% from 255) = 50.64%

R = 25.45%
G = 23.91%
B = 50.64%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#635DC5 (or 0x635DC5) is known color: Slate Blue. HEX triplet: 63, 5D and C5. RGB value is (99,93,197). Sum of RGB (Red+Green+Blue) = 99+93+197=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #635DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DC5 is #9CA23A. Grayscale: #6A6A6A. Windows color (decimal): -10265147 or 12934499. OLE color: 12934499.

HSL color Cylindrical-coordinate representation of color #635DC5: hue angle of 243.46º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #635DC5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 99 93 197 -
CMYK 0.50 0.53 0 0.23
HSL 243.46º 0.47% 0.57% -
HSV(B) 243.46º 0.53% 0.77% -
XYZ 19.14 14.51 54.62 -
YUV 106.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 99 93 197 0.50 0.53 0 0.23 243.46 0.47 0.57
Hex 63 5D C5 32 35 0 17 F3 2F 39
Octal 143 135 305 62 65 0 27 363 57 71
Binary 1100011 1011101 11000101 110010 110101 0 10111 11110011 101111 111001

Color Harmonies of #635DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635DC5

Black with #635DC5

Text Example


Text Example

White with #635DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,93,197); }

 H1.HeaderClassName
 {
   color: #635DC5;
 }
 .AnyTagClassName
 {
   color: #635DC5;
 }
</style>

background-color css

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

 a { background-color: rgb(99,93,197); }

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

border-color css

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

 span { border-color: rgb(99,93,197); }

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