Html Css Color HEX #635BCD Slate Blue

📋 copy color: '#635BCD'

red 99 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #635BCD

Tints of Slate Blue #635BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 25.06%
G = 23.04%
B = 51.9%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#635BCD (or 0x635BCD) is known color: Slate Blue. HEX triplet: 63, 5B and CD. RGB value is (99,91,205). Sum of RGB (Red+Green+Blue) = 99+91+205=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #635BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BCD is #9CA432. Grayscale: #696969. Windows color (decimal): -10265651 or 13458275. OLE color: 13458275.

HSL color Cylindrical-coordinate representation of color #635BCD: hue angle of 244.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635BCD is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 91 205 -
CMYK 0.52 0.56 0 0.20
HSL 244.21º 0.53% 0.58% -
HSV(B) 244.21º 0.56% 0.8% -
XYZ 19.91 14.54 59.52 -
YUV 106.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 99 91 205 0.52 0.56 0 0.20 244.21 0.53 0.58
Hex 63 5B CD 34 38 0 14 F4 35 3A
Octal 143 133 315 64 70 0 24 364 65 72
Binary 1100011 1011011 11001101 110100 111000 0 10100 11110100 110101 111010

Color Harmonies of #635BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BCD

Black with #635BCD

Text Example


Text Example

White with #635BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,91,205); }

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

background-color css

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

 a { background-color: rgb(99,91,205); }

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

border-color css

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

 span { border-color: rgb(99,91,205); }

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