Html Css Color HEX #635BD6 Slate Blue

📋 copy color: '#635BD6'

red 99 ◦ green 91 ◦ blue 214

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

Shades of Slate Blue #635BD6

Tints of Slate Blue #635BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.97%

R = 24.5%
G = 22.52%
B = 52.97%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#635BD6 (or 0x635BD6) is known color: Slate Blue. HEX triplet: 63, 5B and D6. RGB value is (99,91,214). Sum of RGB (Red+Green+Blue) = 99+91+214=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #635BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BD6 is #9CA429. Grayscale: #6A6A6A. Windows color (decimal): -10265642 or 14048099. OLE color: 14048099.

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

Color convert

RGB 99 91 214 -
CMYK 0.54 0.57 0 0.16
HSL 243.9º 0.6% 0.6% -
HSV(B) 243.9º 0.57% 0.84% -
XYZ 21.02 14.99 65.4 -
YUV 107.41 188.15 122 -
System Red Green Blue C M Y K H S L
Decimal 99 91 214 0.54 0.57 0 0.16 243.9 0.6 0.6
Hex 63 5B D6 36 39 0 10 F4 3C 3C
Octal 143 133 326 66 71 0 20 364 74 74
Binary 1100011 1011011 11010110 110110 111001 0 10000 11110100 111100 111100

Color Harmonies of #635BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BD6

Black with #635BD6

Text Example


Text Example

White with #635BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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